Deukhoofd
|
a7c7fc3e28
|
Continue parsing paramslist until we've found the closing parenthesis
|
2020-10-10 18:35:31 +02:00 |
Deukhoofd
|
ad8a0ce1b4
|
Fixed issue with TypeMod.
|
2020-10-10 16:20:56 +02:00 |
Deukhoofd
|
f5baed48a9
|
Lots more tests for function statements, fixes several bugs.
|
2020-10-10 16:04:59 +02:00 |
Deukhoofd
|
dcf143b1b2
|
Support basic parsing function statements.
|
2020-10-10 14:29:37 +02:00 |
Deukhoofd
|
911be3f2ed
|
Removes some commas from grammar file.
|
2020-10-09 18:41:03 +02:00 |
Deukhoofd
|
3fb07fd710
|
Adds mostly complete grammar file.
|
2020-10-09 18:31:58 +02:00 |
Deukhoofd
|
dcb6c58f90
|
Fixed some low hanging fruit in performance.
|
2020-10-09 12:55:49 +02:00 |
Deukhoofd
|
43f080cc48
|
Implements namespace statement.
|
2020-10-09 11:54:43 +02:00 |
Deukhoofd
|
2fb1b68ead
|
Rework identifier handling, adds typedef statement.
|
2020-10-08 19:53:02 +02:00 |
Deukhoofd
|
e99b1af78d
|
Remove const char* constructors, only take u8 chars now.
|
2020-10-08 18:15:48 +02:00 |
Deukhoofd
|
2036f1ce43
|
Initial work on parsing.
|
2020-10-07 22:11:18 +02:00 |
Deukhoofd
|
f299d5183f
|
Renames project.
|
2020-10-05 17:45:00 +02:00 |
Deukhoofd
|
125bb8459c
|
Support adding filename to diagnostic.
|
2020-10-05 12:18:05 +02:00 |
Deukhoofd
|
dffc0d7f17
|
When getting base from first two values of a number, check both lowercase and uppercase.
|
2020-10-04 23:16:37 +02:00 |
Deukhoofd
|
739e2e6f17
|
Use block allocator for lexer.
|
2020-10-04 22:21:20 +02:00 |
Deukhoofd
|
0ce2feee06
|
Moves TextSpan
|
2020-10-04 21:06:11 +02:00 |
Deukhoofd
|
469c708788
|
Fixes bug in identifier/keyword parsing, adds lexer integration tests.
|
2020-10-04 21:05:51 +02:00 |
Deukhoofd
|
b6a5e047c2
|
Support for diagnostics system.
|
2020-10-04 19:38:13 +02:00 |
Deukhoofd
|
20976010d6
|
Lex identifiers and keywords.
|
2020-10-04 18:30:53 +02:00 |
Deukhoofd
|
db7ad0bd76
|
Implements string lexing.
|
2020-10-04 17:15:28 +02:00 |
Deukhoofd
|
e0c52f4ae7
|
Initial commit, support for lexing symbols and numericals.
|
2020-10-04 16:33:12 +02:00 |