|
231187d1f1
|
Add tests
|
2024-05-04 18:22:36 -05:00 |
|
|
2d32f1a0bc
|
Parse val/var binding & implicit val binding
|
2024-03-18 09:51:17 -05:00 |
|
|
b0606195f5
|
Use val/var again instead of let/mut
|
2024-03-18 08:57:28 -05:00 |
|
|
8a039ffc64
|
Refactor parsing pt5
|
2024-03-15 17:42:35 -05:00 |
|
|
61051ed11b
|
Parsing refactor pt4
|
2024-03-15 17:01:11 -05:00 |
|
|
ec09dbfc0d
|
Refactor parsing pt3
|
2024-03-15 16:56:45 -05:00 |
|
|
e43eb9e137
|
Refactor parsing return values
|
2024-03-15 16:07:28 -05:00 |
|
|
1348020cd7
|
Simplify ParseResult struct
|
2024-03-15 15:49:02 -05:00 |
|
|
ac2ab8d2dc
|
Check for function & binding duplication in the global scope
|
2024-03-09 21:34:05 -05:00 |
|
|
2830a1befd
|
Refactor Binding
|
2023-12-16 20:51:12 -05:00 |
|
|
3e592392a8
|
Change syntax from val/var to let (mut)
|
2023-12-16 20:47:42 -05:00 |
|
|
c02e1c1f8e
|
[Syntax] Parse function call inside a binding
|
2023-11-04 06:52:46 -05:00 |
|
|
799cda1bf0
|
[Syntax] Refactor the expression parser to use ParseResult
|
2023-11-04 06:46:42 -05:00 |
|
|
e02a95f065
|
fix tests
|
2023-11-04 05:41:16 -05:00 |
|
Araozu
|
ed0e163283
|
[Syntax] Refactor binding parsing
|
2023-10-05 20:26:47 -05:00 |
|
Araozu
|
18cbe2a8ab
|
[Syntax] Parse var/val binding as statemente
|
2023-10-05 06:51:48 -05:00 |
|
Araozu
|
2e9776de01
|
[syntax] refactor bindings
|
2023-09-24 18:51:08 -05:00 |
|
Araozu
|
807c46314b
|
[syntax] Alternative function to expect tokens
|
2023-09-19 20:06:38 -05:00 |
|
Araozu
|
5dd104bcc9
|
Parse multiple top level declarations
|
2023-09-17 17:58:56 -05:00 |
|
Araozu
|
19474eb85e
|
Refactor last change
|
2023-09-10 11:40:46 -05:00 |
|
Araozu
|
8b80dad589
|
Emit INDENT token on indentation increase
|
2023-09-10 11:16:34 -05:00 |
|
Araozu
|
2481b7297c
|
Codegen minimal function declaration
|
2023-09-08 20:28:53 -05:00 |
|
Araozu
|
5f25bae3e0
|
Parse minimal function declaration
|
2023-09-08 20:18:19 -05:00 |
|
Araozu
|
94f0b0c92d
|
Refactor AST location
|
2023-09-07 20:50:51 -05:00 |
|
Araozu
|
c0b5dde9cf
|
Refactor token creation
|
2023-09-07 20:46:11 -05:00 |
|
Araozu
|
fe8f4f3fd1
|
Remove lifetimes
|
2023-09-07 20:32:59 -05:00 |
|
Araozu
|
4f1fc93ceb
|
Remove doc from compiler
|
2023-09-07 20:18:35 -05:00 |
|
Araozu
|
a88729b395
|
Move folders to add a new documentation generator binary
|
2023-03-27 09:41:16 -05:00 |
|
Araozu
|
def93715c7
|
Refactor. Fix invalid position field of Number tokens
|
2023-03-16 13:31:24 -05:00 |
|
Araozu
|
f882942f3f
|
Specific reason for failure for syntax error
|
2023-03-15 16:41:04 -05:00 |
|
Araozu
|
e383d300f2
|
Show offending line and token when a syntax error is found
|
2023-03-15 16:33:00 -05:00 |
|
Araozu
|
cdafc40ff7
|
Add minimal error reporting for syntax analysis
|
2023-03-14 16:10:43 -05:00 |
|
Araozu
|
f28e7394e9
|
Scan datatypes. Parse datatype annotations
|
2023-02-15 16:17:50 -05:00 |
|