Skip to content
Snippets Groups Projects
Commit d537c149 authored by Samuel Chassot's avatar Samuel Chassot
Browse files

missing _ in Amy specs

parent 8f11a0c1
No related branches found
No related tags found
No related merge requests found
......@@ -230,7 +230,7 @@ Figure 2: Lexical rules for Amy
IntLiteral ::= Digit+
Id ::= Alpha AlphaNum∗ (and not a reserved word)
AlphaNum ::= Alpha | Digit |
AlphaNum ::= Alpha | Digit | _
Alpha ::= [a-z] | [A-Z]
Digit ::= [0-9]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment