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.
Added file i/o Improved CLS Fixed a compiler warning when using clang Improved program loader to prevent crashing when a virtual device is passed Stopped CLIBASIC from tainting the terminal and breaking sudo and su input (bug in kbhit() function) Updated dead links in README.md Added line number support Fixed a LABEL/GOTO bug Added a manpage Added local (non-root) install support to Makefile
- Loading branch information
Showing
22 changed files
with
1,477 additions
and
387 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
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,5 +1,6 @@ | ||
# tests if clibasic build on linux and windows successfully | ||
# tests if clibasic builds on linux and windows successfully | ||
|
||
make build clean | ||
make cross vt build clean | ||
make cross build clean | ||
|
Oops, something went wrong.