tema5002
|
bce297dbb3
|
remake the cli tool
|
2026-05-26 18:25:10 +03:00 |
|
|
|
2a22544464
|
error: add the missing errors and some nitpicks
|
2026-05-24 12:43:37 +02:00 |
|
|
|
fbbe2e8285
|
error: add proper error strings
Co-authored-by: tema5002 <tema5002@tuta.io>
Reviewed-on: #3
Co-committed-by: tema5002 <tema5002@tuta.io>
|
2026-05-24 12:08:07 +02:00 |
|
|
|
9acff5f893
|
main, parser: fix memory leak/unitialized mem
|
2026-05-23 20:28:56 +02:00 |
|
|
|
8e8642d7d6
|
parser: fix table literals with semicolons
|
2026-05-08 21:55:51 +02:00 |
|
|
|
9f6b6e1eec
|
parser: error things
|
2026-05-08 18:29:42 +02:00 |
|
|
|
861fffb244
|
parser: vararg expr
|
2026-05-05 20:08:08 +02:00 |
|
|
|
a08ff41995
|
parser: repeat until
|
2026-04-29 13:38:26 +02:00 |
|
|
|
f3651e85c5
|
parser: goto + labels
|
2026-04-29 13:23:59 +02:00 |
|
|
|
bba1be30d7
|
parser: for loops
|
2026-04-29 13:10:57 +02:00 |
|
|
|
7ad81d55e2
|
parser: returns
|
2026-04-29 12:28:14 +02:00 |
|
|
|
86973c92fa
|
parser: lambda function literals
|
2026-04-28 20:29:18 +02:00 |
|
|
|
3126d0ccd7
|
parser: local function decl
|
2026-04-28 20:18:09 +02:00 |
|
|
|
9227e58e65
|
parser: function declaration
|
2026-04-28 20:09:23 +02:00 |
|
|
|
1f17da04f6
|
parser: variable attributes
|
2026-04-28 14:09:55 +02:00 |
|
|
|
c9ae8680b0
|
parser: assignment and function call statements
|
2026-04-27 20:17:58 +02:00 |
|
|
|
1346bf399f
|
parser: parenthesized expressions
|
2026-04-27 18:07:09 +02:00 |
|
|
|
146b524587
|
parser: method call in expr
|
2026-04-27 16:20:16 +02:00 |
|
|
|
bab92a73ff
|
parser: expressions with indexing, fields and basic calls
|
2026-04-26 19:35:45 +02:00 |
|
|
|
5b99c73a1a
|
lexer: strings
|
2026-04-22 17:29:48 +02:00 |
|
|
|
754fd13dfd
|
lexer: comments
|
2026-04-21 22:57:49 +02:00 |
|
|
|
6bc9249094
|
lexer: disallow weird lexer number jank
|
2026-04-20 21:48:06 +02:00 |
|
|
|
b6391d55f8
|
lexer: hex literal floats and exponents
|
2026-04-20 20:48:52 +02:00 |
|
|
|
0e6a08d702
|
improve number lexing
|
2026-04-20 16:14:56 +02:00 |
|
|
|
1807520170
|
lexer, parser: pass around lua version
|
2026-04-19 17:07:05 +02:00 |
|
|
|
055f56fcc2
|
lexer + parser: add formatting for enums + build script: spaces -> tabs
|
2026-04-17 20:20:31 +02:00 |
|
|
|
3534e7a388
|
parser: support break and fix local decl
|
2026-04-17 19:22:02 +02:00 |
|
|
|
9d2293baa6
|
while loop parsing
|
2026-04-16 12:08:01 +02:00 |
|
|
|
b260b49b62
|
elseif, else
|
2026-04-16 11:53:26 +02:00 |
|
|
|
9ac3df1f37
|
i don't remember what i changed
|
2026-04-14 20:38:14 +02:00 |
|
|
|
a577ffe094
|
parsers are really fun to work on
... but maybe not as much in c...
|
2026-04-14 16:19:04 +02:00 |
|
|
|
c7f287ca7b
|
parser progress
|
2026-04-14 08:16:02 +02:00 |
|
|
|
9276476e37
|
i think i did something
|
2026-04-13 19:20:11 +02:00 |
|
|
|
bc2bc1efa2
|
parsing things
|
2026-04-13 18:42:52 +02:00 |
|
|
|
65521e4df1
|
initial commit
|
2026-04-12 19:22:07 +02:00 |
|