Introduce RightArrow (->) token in the scanner

This commit is contained in:
Alex Beregszaszi
2020-08-27 12:28:27 +01:00
parent fdc4142b2c
commit 4e5b403c37
9 changed files with 18 additions and 14 deletions
@@ -1,4 +1,6 @@
{
function f (a, b , c ) - > y,x,z {
}
}
}
// ----
// ParserError 2314: (30-31): Expected '{' but got '-'