Commit Graph

17 Commits

Author SHA1 Message Date
d12aadf18c
idea: brace matching and function resolution 2023-09-21 21:08:20 -07:00
1a759b9746
gradle: improve performance of ast codegen 2023-09-20 18:58:05 -07:00
21ff33f776
gradle: make ast generation faster using kaml and coroutines 2023-09-20 15:13:33 -07:00
3b101bd48a
global: idea generation support 2023-09-17 00:38:47 -07:00
2307fdc0ed
parser: rewrite to be able to parse any node type on demand 2023-09-13 19:40:29 -07:00
1b363dcf56
parser: implement long literal and handle overflow 2023-09-12 00:25:13 -04:00
b64c7fb259
parser: use ast user data to store attribution 2023-09-11 20:13:15 -04:00
f6d2fc5165
idea: comment highlighting support 2023-09-10 22:07:38 -04:00
7b4257d719
ast: default value support in generation 2023-09-10 20:54:48 -04:00
033da5b2ea
stdlib: generate stdlib.manifest 2023-09-10 20:47:50 -04:00
1cfb197a7f
ensure new lines exist on all files 2023-09-10 04:37:30 -04:00
f433ba2776
ast: generate graph 2023-09-10 02:34:02 -04:00
e8766323ee
language: floating point support 2023-09-09 00:08:30 -04:00
236f812caf
while loop support, and native functions (including ffi!) 2023-09-06 19:07:28 -07:00
073ea09b13
ast codegen: optional support for inlining visit 2023-09-05 18:59:42 -07:00
9f90e05d8a
ast: utilize extension functions to prevent larger stack frames from default interface methods 2023-09-05 17:06:52 -07:00
174d51ca1c
Auto-generate the AST. 2023-09-04 22:13:58 -07:00