Skip to content

Commit

Permalink
#85-Modify-Correct Typee syntax
Browse files Browse the repository at this point in the history
removed temporary comments in version v9-1 of Typee syntax specifications document.
  • Loading branch information
schmouk committed Feb 6, 2019
1 parent 4054c4a commit 937db8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Language-specifications/typee_specs_LL1-v9-1.grm
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ SOFTWARE.

<atom> ::= <decr> <dotted name> <incr or decr>
| <incr> <dotted name> <incr or decr>
| <dotted name> <atom'> ###
| <dotted name> <atom'>
| <enclosure>
| <reference>
| <scalar>
| <string>
| <boolean>
<atom'> ::= <incr or decr> ###
| <for comprehension> ###
<atom'> ::= <incr or decr>
| <for comprehension>

<boolean> ::= <TRUE>
| <FALSE>
Expand Down

0 comments on commit 937db8b

Please sign in to comment.