This website works better with JavaScript.
首頁
探索
說明
登入
piumarta
/
javascrypt
镜像来自
https://github.com/mtardy/javascrypt.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
1
Wiki
Activity
瀏覽代碼
Correct quick readme commentary
pull/1/head
mtardy
4 年之前
父節點
64d141b1ee
當前提交
91adda1f21
共有
1 個文件被更改
,包括
3 次插入
和
3 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
calc.leg
+ 3
- 3
calc.leg
查看文件
@ -1,9 +1,9 @@
%{
/* compile: leg -o
tmp.c tmp
.leg
* cc -o
tmp tmp
.c
/* compile: leg -o
calc.c calc
.leg
* cc -o
calc calc
.c
*
* run: echo "
hello world" | ./tmp
* run: echo "
2+3" | ./calc
*/
#define YYSTYPE int
Write
Preview
Loading…
取消
儲存