-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Singkong Programming Language (v10.2)
- Loading branch information
Showing
9 changed files
with
18 additions
and
9 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 +1 @@ | ||
e1ee2224382ec1801b62a55bd07819d2 Singkong.jar | ||
6c532913a7e37fb5770ffa2ab0e8204f Singkong.jar |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ Singkong Programming Language Interpreter | |
(c) Noprianto <[email protected]>, 2019-2024 | ||
Website: nopri.github.io | ||
License: Free to use or redistribute, no warranty | ||
Version: 10.1 (2024-November-13 +07:00) | ||
Version: 10.2 (2024-November-22 +07:00) | ||
|
||
Singkong is based on Monkey.java: an open source, simple implementation of | ||
Monkey programming language interpreter in Java. | ||
|
@@ -104,7 +104,7 @@ built-in functions, please set -DDISABLE=-. | |
- No command line argument: interactive | ||
java -jar Singkong.jar | ||
|
||
Singkong 10.1 | ||
Singkong 10.2 | ||
Press ENTER to quit | ||
> var hello = "Hello World" | ||
> hello | ||
|
@@ -3811,6 +3811,8 @@ To bundle application file with Singkong interpreter: | |
- To evaluate/run Singkong code (file in current working directory or | ||
(if failed), /resource/<value> in interpreter file), please use | ||
built-in function load_file_or_resource | ||
- To read /resource/<value> in interpreter file (as text file), please use | ||
built-in function read | ||
|
||
|
||
----------------------------------------------------------------------------- | ||
|
@@ -4727,6 +4729,12 @@ show() | |
----------------------------------------------------------------------------- | ||
|
||
30. Changelog | ||
Version: 10.2 (2024-November-22 +07:00) | ||
- 350 built-in functions | ||
- 9 built-in modules | ||
- Built-in: read: optionally read | ||
/resource/<value> in interpreter file | ||
|
||
Version: 10.1 (2024-November-13 +07:00) | ||
- 350 built-in functions | ||
- 9 built-in modules | ||
|
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 +1 @@ | ||
10.1 | ||
10.2 |
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
Binary file not shown.
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