aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 321c43d..8ffd273 100755
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ program : <statement>* EOF
46<statement> : <definition> | <expression> 46<statement> : <definition> | <expression>
47 47
48<definition> : ( def <symbol> <expression> ) 48<definition> : ( def <symbol> <expression> )
49 | ( fun ( <symbol>* ) <body> ) 49 | ( fun <symbol> ( <symbol>* ) <body> )
50 ; 50 ;
51 51
52<expression> : <constant> 52<expression> : <constant>