This website works better with JavaScript.
Home
Explore
Help
Sign In
piumarta
/
javascrypt
mirror of
https://github.com/mtardy/javascrypt.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
1
Wiki
Activity
Browse Source
Correct quick readme commentary
pull/1/head
mtardy
4 years ago
parent
64d141b1ee
commit
91adda1f21
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
calc.leg
+ 3
- 3
calc.leg
View File
@ -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…
Cancel
Save