version 0.1.1
build-in function:
print
:>>> print, 'hello\npeter' ... hello . peter
quit
:>>> $quit
Run the command to test at the root of this project (the sign $
means the
prompt of Linux
):
$ make test
if your computer do not have the command make
, please click
here for more infomations.
-
command
print
:>>> print, "this", "that", " ", 1 + 5 * 10 ... thisthat 51
-
add a test for
AST/string
-
command
if-elif-else
if n > 1: do something elif n < 1: do something else: do something
-
command
type
type: text number bool var int\float\...