1
0

GBOXを実装,GCLSを実装,システム変数DATE$TIME$を実装,そのほか関数を実装,TRUE/FALSEを追加,小数点リテラルを実装.

This commit is contained in:
otya128
2015-08-20 15:28:02 +09:00
parent c9d6043fe4
commit b589766d47
8 changed files with 527 additions and 78 deletions

View File

@@ -207,11 +207,13 @@
<Folder name="SMILEBASIC">
<File path="builtinfunctions.d" />
<File path="compiler.d" />
<File path="draw.d" />
<File path="error.d" />
<File path="main.d" />
<File path="node.d" />
<File path="parser.d" />
<File path="petitcomputer.d" />
<File path="systemvariable.d" />
<File path="TEST.txt" />
<File path="token.d" />
<File path="type.d" />