This website requires JavaScript.
Explore
Help
Sign In
AleoHQ
/
leo
Watch
1
Star
1
Fork
0
You've already forked leo
mirror of
https://github.com/AleoHQ/leo.git
synced
2024-12-21 08:31:33 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1e1486f4ef
leo
/
tests
/
parser
/
expression
/
literal
/
char_fail.leo
16 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
char lexer/tokenize/parsing done
2021-05-12 22:33:37 +03:00
/*
namespace: ParseExpression
expectation: Fail
*/
'\'
'a
''
remove octal, fix ascii hex
2021-05-14 20:07:54 +03:00
refactor for better errors, code shouldn't have been in the lexer
2021-05-20 01:14:56 +03:00
'\x9'
'\x80'
'\u{9999999}'
Reference in New Issue
Copy Permalink