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
1c57eb4196
leo
/
tests
/
parser
/
expression
/
literal
/
char_fail.leo
12 lines
60 B
Plaintext
Raw
Normal View
History
Unescape
Escape
char lexer/tokenize/parsing done
2021-05-12 22:33:37 +03:00
/*
input string syntax
2021-05-23 00:57:05 +03:00
namespace: Token
char lexer/tokenize/parsing done
2021-05-12 22:33:37 +03:00
expectation: Fail
*/
'\'
'a
''
remove octal, fix ascii hex
2021-05-14 20:07:54 +03:00
Revert "refactor for better errors, code shouldn't have been in the lexer" This reverts commit 1e1486f4efe7b34001edf09ab11c0fc921433c0a.
2021-05-21 19:33:39 +03:00
'\x9'
Reference in New Issue
Copy Permalink