The new notation is the same one used in Standard ML. It will also allow us to use ' in the beginning of identifiers like Standard ML.
10 lines
43 B
Text
10 lines
43 B
Text
#"a" : char
|
|
#"a"
|
|
#"\n"
|
|
#"\\"
|
|
aaa\
|
|
|
|
|
|
|
|
|
|
aaa'
|