feature: parser

This commit is contained in:
xkm
2025-12-04 18:20:07 +08:00
parent 43aac96559
commit bb714b68b1
5 changed files with 368 additions and 0 deletions

6
test.sfdl Normal file
View File

@@ -0,0 +1,6 @@
origin is (100, 300);
rot is 0;
scale is (1, 1);
-- 画一个简单的函数
for t from 0 to 10 step 0.5 draw (t, t*t);