Commit Graph

21 Commits

Author SHA1 Message Date
e92c2a69c8 feat: add all operators to expression 2022-10-28 12:59:44 +03:00
1b6d29ff7b fix: some issues with missing semicolons at EOF 2022-10-28 11:10:48 +03:00
e755850c6f feat: add string parser 2022-10-28 10:14:58 +03:00
90497f601d feat: add export def 2022-10-28 10:11:17 +03:00
9a63f8720d fix: add default values to unassigned variables 2022-10-28 10:10:56 +03:00
e510584b98 fix(group): named parsers are tried in unnamed parsing 2022-10-28 10:07:52 +03:00
d15bcc542c fix: type output map's namespace is not null when empty 2022-10-27 15:31:21 +03:00
662442121d chore: recoded ast system with ptr functions 2022-10-27 14:31:59 +03:00
d7ee0e3bb2 feat: add function parsing 2022-10-22 15:19:05 +03:00
3229d41d85 feat: add member access to expressions 2022-10-20 14:30:44 +03:00
eb167d0a50 chore: improve named constructs in groups 2022-10-20 14:30:19 +03:00
0cb7e25097 fix: some location fixes 2022-10-20 13:32:52 +03:00
a5c9a163f2 fix: namespaces of types are now read correctly 2022-10-19 16:28:29 +03:00
8a8712fb9d feat: add casting to expressions 2022-10-19 14:39:11 +03:00
18c6098851 feat: add basic expression parsing 2022-10-19 14:21:05 +03:00
e2e180b9a5 chore 2022-10-14 20:27:45 +03:00
86f72ee2b2 feat: add pointer parsing to types 2022-10-12 12:01:37 +03:00
0c7961ca6b feat: add type parsing 2022-10-11 14:39:01 +03:00
9dca34696b fix: some issues with glob parser 2022-10-11 13:13:10 +03:00
4d6ce93ae3 chore 2022-10-09 16:34:02 +03:00
ee6c29bb7d feat: add namespace and import parsing 2022-10-09 14:18:38 +03:00