diff options
-rw-r--r-- | doc/grammar.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/grammar.txt b/doc/grammar.txt index 7532af7..398f137 100644 --- a/doc/grammar.txt +++ b/doc/grammar.txt @@ -1,5 +1,5 @@ -root := toplevel* -toplevel := import* ( externfunc | function | constant ) +root := import* toplevel* +toplevel := externfunc | function | constant import := "import" path [ NAME ] ";" |