|
b7d7244cfa
|
fix: add tests to the function declaration parser
|
2024-10-01 14:57:52 -05:00 |
|
|
2a52615153
|
fix: error reporting sometimes used token position instead of code position
|
2024-10-01 13:14:59 -05:00 |
|
|
9225114658
|
feature: add compilation level to tokenize command
|
2024-09-30 19:28:32 -05:00 |
|
|
9857863220
|
refactor: changes
|
2024-09-30 18:37:36 -05:00 |
|
|
1a7dd72783
|
refactor: migrate syntax errors into new struct
|
2024-09-15 16:34:46 -05:00 |
|
|
d4f34b62e2
|
feat: typecheck conditionals and for loops
|
2024-08-29 09:54:53 -05:00 |
|
|
441db4bcad
|
feat: typecheck arrays
|
2024-08-29 09:12:08 -05:00 |
|
|
438802d011
|
feat: parse while loops
|
2024-08-28 09:45:58 -05:00 |
|
|
86166c2105
|
feat: parse loops
|
2024-08-28 08:53:06 -05:00 |
|
|
fa4d79dbe4
|
feat: parse arrays
|
2024-08-27 18:34:30 -05:00 |
|
|
72bd8c50c9
|
feat: parse conditionals
|
2024-08-27 16:13:59 -05:00 |
|
|
6ff782a20e
|
refactor: simplify statement termination parsing
|
2024-08-27 10:49:25 -05:00 |
|
|
b481351597
|
feat: enforce new line after a statement
|
2024-08-27 09:53:10 -05:00 |
|
|
f0cde4a28e
|
feat: semantic check for binary operator
|
2024-08-27 08:20:47 -05:00 |
|
|
ee9b12253d
|
feat: semantic check for unary op
|
2024-08-27 07:50:57 -05:00 |
|
|
28d48c8b2f
|
refactor: reenable tests
|
2024-08-26 17:00:40 -05:00 |
|
|
4ac01099ce
|
chore: update changelog
|
2024-08-13 15:19:18 -05:00 |
|
|
e52176f90c
|
feat: store tokens in ast for basic nodes
|
2024-08-13 08:04:01 -05:00 |
|
|
d999b8ecfd
|
feat: store paren positions on argument list
|
2024-08-12 20:08:09 -05:00 |
|
|
96d3e11951
|
feat: store tokens for all primitive nodes in the ast
|
2024-08-12 19:51:24 -05:00 |
|
|
d88d2e7f2d
|
feat: store token on expression::int
|
2024-08-12 19:36:31 -05:00 |
|
|
833a8774d8
|
feat: store identifier token in the ast
|
2024-08-12 18:44:05 -05:00 |
|
|
d5f2176fa7
|
refactor: reenable file compilation
|
2024-08-02 08:41:25 -05:00 |
|
|
9cd1b70103
|
feat: codegen of top level expressions
|
2024-08-01 15:37:00 -05:00 |
|
|
c0e20ad283
|
refactor: Dont store quotes inside string tokens
|
2024-07-31 10:54:17 -05:00 |
|
|
23b3ece588
|
refactor: formatting
|
2024-07-30 15:55:29 -05:00 |
|
|
69339a955e
|
feat: Add syntax errors to the tokenize command
|
2024-07-28 18:18:11 -05:00 |
|
|
0d96efd4d8
|
Minimal workflow for a Hello World
|
2024-07-27 18:44:54 -05:00 |
|
|
5102d25676
|
feat: Add interface to tokenize code from STDIN and output JSON
|
2024-07-05 17:49:19 -05:00 |
|
|
3f892e91c2
|
refactor(lex): dont emit newline before INDENT/DEDENT
|
2024-06-19 17:57:07 -05:00 |
|
|
78d01a8fc8
|
feat: indentation for bypassing statement termination
|
2024-06-15 21:02:45 -05:00 |
|
|
8429ca8d8f
|
refactor: yet another strategy to parse indentation around binary op
|
2024-06-15 19:32:04 -05:00 |
|
|
d08019c010
|
refactor: new strategy to handle indentation around binary op
|
2024-06-15 19:04:40 -05:00 |
|
|
56ea63cf8c
|
refactor: parse indentation on term
|
2024-06-15 16:36:27 -05:00 |
|
|
fa14439507
|
refactor: parse indentation on comparison
|
2024-06-15 16:28:23 -05:00 |
|
|
be8c16ccf0
|
refactor: implement new indent strategy on equality parsing
|
2024-06-05 20:50:01 -05:00 |
|
|
9685c132c5
|
refactor: abstract indent/dedent handling to macros
|
2024-06-05 20:45:22 -05:00 |
|
|
457c8f23bb
|
refactor: 2nd strategy to handle indentation
|
2024-06-05 20:22:13 -05:00 |
|
|
4d9c7fae3e
|
feat: handle indent/dedent in == parsing
|
2024-06-05 12:05:32 -05:00 |
|
|
d568114349
|
feat: parse indent/dedent inside expressions
|
2024-06-05 11:04:01 -05:00 |
|
|
7332a2e13f
|
refactor: organize files for parsing expressions
|
2024-06-05 07:57:59 -05:00 |
|
|
0393995a49
|
test: simple tests for block parsing
|
2024-06-05 07:38:47 -05:00 |
|
|
6a951434f3
|
refactor: impl Parseable for Block
|
2024-06-04 20:23:50 -05:00 |
|
|
8d5fcd1ce3
|
refactor: impl parseable for function declaration
|
2024-06-04 18:47:25 -05:00 |
|
|
778a1390a0
|
refactor: binding parsing
|
2024-06-02 19:29:25 -05:00 |
|
|
b650447e06
|
fix(lex): don't emit NewLine if after them there is EOF
|
2024-06-02 18:18:32 -05:00 |
|
|
ade1a809aa
|
refactor: fix broken build, disable some tests until refactor is done
|
2024-06-02 08:36:12 -05:00 |
|
|
1d4cec5548
|
refactor: module constructions
|
2024-06-01 21:32:16 -05:00 |
|
|
5dafd6ca20
|
refactor: begin to simplify AST
|
2024-06-01 18:57:10 -05:00 |
|
|
18f3f21eec
|
Typecheck function block
|
2024-05-30 16:09:52 -05:00 |
|