Commit Graph

35 Commits

Author SHA1 Message Date
Deukhoofd c4d7c9e2d8
Make Windows CI build actually use static C option.
continuous-integration/drone/push Build is passing Details
2020-11-01 13:47:01 +01:00
Deukhoofd e49b862da0
Adds support for linking std libraries statically.
continuous-integration/drone/push Build is failing Details
2020-11-01 13:44:28 +01:00
Deukhoofd 14db160890
Fixes fallthrough in lexer on initial bytes of Byte order mark (\xEF), but not the following ones. 2020-11-01 13:42:46 +01:00
Deukhoofd 329a54c8cf
Explicitly fallthrough from inheritance parsing to body parsing, instead of implicitly. 2020-11-01 13:40:44 +01:00
Deukhoofd 00253a51b5
If constinit is not implemented by the compiler yet, fall back to constexpr. 2020-11-01 13:37:09 +01:00
Deukhoofd bdf810b8f0
Fixes CI command.
continuous-integration/drone/push Build is failing Details
2020-11-01 13:30:44 +01:00
Deukhoofd f969dcf84b
Setup CI.
continuous-integration/drone/push Build is failing Details
2020-11-01 13:29:14 +01:00
Deukhoofd 2dfe2f0408
More virt prop tests. 2020-11-01 13:25:46 +01:00
Deukhoofd a68977fa92
Fixes FuncAttr writing to class token, instead of processing token. 2020-11-01 13:25:38 +01:00
Deukhoofd f54029b278
Fixes parse scope consuming non-scope items. 2020-11-01 13:20:00 +01:00
Deukhoofd 6e0aa65625
Fixes memory leaks in ParsedVirtPropStatement. 2020-11-01 12:50:32 +01:00
Deukhoofd 823b00777e
Implements basic virtprop parsing. 2020-10-31 19:23:15 +01:00
Deukhoofd 6a0ec63a7e
Fixes several valgrind spotted issues. 2020-10-10 20:02:47 +02:00
Deukhoofd ce9ad2c9ba
Improve error messages on invalid function declarations. 2020-10-10 19:33:30 +02:00
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