This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a getVal bug that stemmed from zero removal Added LABEL/GOTO Added prevention for cross-program DO/LOOP, etc. Improved logic compare with & for 'and' and | for 'or'
- Loading branch information
Showing
12 changed files
with
420 additions
and
189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# tests if clibasic build on linux and windows successfully | ||
|
||
make build clean | ||
make -f Makefile-Cross build clean | ||
make cross build clean | ||
|
Oops, something went wrong.