Commit Graph

28 Commits

Author SHA1 Message Date
d079244fd7 gradle: update dependencies 2023-12-27 17:57:24 -08:00
6211ad4ff1 global: a working virtual machine for some of the use cases. APIs and validation still WIP. 2023-11-21 22:18:05 -08:00
5540918e7c vm: a functional virtual machine, mostly 2023-11-21 04:04:44 -08:00
15f5f313cc build: move parser and tokenizer into separate modules 2023-10-16 21:52:21 -07:00
9338b01b48 parser: lazy support 2023-10-14 03:28:07 -07:00
5078f38f61 pork: it's got it all, ffi, state machine tokenizer, and better IDE support 2023-10-13 01:04:35 -07:00
945ba85c98 ast: move gay.pizza.pork.ast to gay.pizza.pork.ast.gen 2023-10-06 15:52:34 -07:00
d36310e698 parser: switch to char matcher interface 2023-10-06 15:30:43 -07:00
97283636bc idea: enhance symbol support 2023-09-23 18:51:02 -07:00
87623505c0 common: unused marker for marking values as unused intentionally 2023-09-23 16:30:00 -07:00
c340cfb86d idea: significant enhancements to ide experience 2023-09-22 22:38:06 -07:00
f60715dfb3 idea: proper scoping support, completion now works 2023-09-21 23:07:22 -07:00
c92a111af7 idea: implement function call completion (limited) 2023-09-21 21:33:34 -07:00
d12aadf18c idea: brace matching and function resolution 2023-09-21 21:08:20 -07:00
c4f65a66ca parser: ensure that the parse functions are always directly called by reworking whitespace 2023-09-21 18:04:19 -07:00
7cb3e02b21 parser: major refinement of error handling 2023-09-18 01:07:28 -07:00
a08526c92c language: implement list indexing 2023-09-17 08:38:11 -07:00
3b101bd48a global: idea generation support 2023-09-17 00:38:47 -07:00
821aa3563a frontend: implement basic scope analysis 2023-09-17 00:38:47 -07:00
63e7203db9 parser: fix bug in ide support 2023-09-13 19:50:23 -07:00
2307fdc0ed parser: rewrite to be able to parse any node type on demand 2023-09-13 19:40:29 -07:00
4053c5825a idea: fix pork symbol declaration 2023-09-12 00:50:06 -04:00
f64a54fa06 parser: fix integer literals 2023-09-12 00:46:09 -04:00
1b363dcf56 parser: implement long literal and handle overflow 2023-09-12 00:25:13 -04:00
7aa9d95221 idea: implement psi parser and the start of symbol declarations 2023-09-11 22:43:34 -04:00
f6d2fc5165 idea: comment highlighting support 2023-09-10 22:07:38 -04:00
1be098d1c9 idea: rename gay.pizza.pork.intellij to gay.pizza.pork.idea 2023-09-10 20:56:04 -04:00
0bc3128b9d support: basic idea plugin 2023-09-10 01:27:53 -04:00