Commit Graph

10 Commits

Author SHA1 Message Date
Nocturn9x 3a8eaf4cfc Minor changes 2022-04-11 14:59:34 +02:00
Nocturn9x 5202bf5489 Minor changes 2022-04-11 14:41:20 +02:00
Nocturn9x 79af16ccc9 Parser support for forward declarations 2022-04-07 12:15:34 +02:00
Nocturn9x a86a1736ec Removed unused unnest() procedure 2022-04-07 11:52:05 +02:00
Nocturn9x 2e4091de1f Experimental support for arbitrary user-defined operators 2022-04-06 20:08:36 +02:00
Nocturn9x 6500dd632e Minor changes to how await/yield expressions are parsed 2022-04-06 15:57:47 +02:00
Nocturn9x ce82517f14 Fixed a bug with parsing non base-10 numbers in the lexer. Minor fixes to the parser and updated docs and comments 2022-04-06 12:09:19 +02:00
Nocturn9x 7edf072093 Initial work on adding type support to the parser for declarations + fixes for lambdas 2022-04-05 15:52:58 +02:00
Nocturn9x c91cbf0ac1 Wired up the parser 2022-04-05 11:23:59 +02:00
Nocturn9x 3862c6ba36 Initial commit from JAPL with some changes 2022-04-04 12:29:23 +02:00