Age | Commit message (Collapse) | Author |
|
|
|
Fix issue where not all files are parsed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It caused issues when you have parentheses to surround math expression,
for example: ((func() + 34) * 54)
is easier to parse if closure has to begin with 'fn'.
Also removed requirement for semicolons. Semicolons can't even be used
optionally yet.
|
|
|
|
|
|
|
|
already parsed
|
|
|
|
|
|
only join
|
|
|
|
|
|
|
|
allocator
|
|
|
|
Scoped allocator gives us better performance and cleanup code for error
cases is much cleaner
|
|
Scoped allocator gives us better performance and cleanup code for error
cases is much cleaner
|
|
|
|
|
|
|