|
|
38e5b41644
|
Make lists allow multires for final table constructor position
|
2026-03-18 01:54:39 +02:00 |
|
|
|
73e33444c9
|
Add table length
|
2026-03-18 00:03:13 +02:00 |
|
|
|
9e9106991e
|
Implement constructors with one function call inside
|
2026-03-17 23:39:15 +02:00 |
|
|
|
4ecf6ed3eb
|
Add indexed access expressions
|
2026-03-17 22:45:43 +02:00 |
|
|
|
f55f9be345
|
Add floats
|
2026-03-17 22:10:40 +02:00 |
|
|
|
e259bae865
|
Fix or and and operators
|
2026-03-17 21:11:17 +02:00 |
|
|
|
f6548019e3
|
Add keywords nil, true, false
|
2026-03-17 21:05:51 +02:00 |
|
|
|
4c8f52de1a
|
Add assignment for deeper tables
|
2026-03-17 20:04:20 +02:00 |
|
|
|
af80cd43b3
|
Make sure dot-expression works as well
|
2026-03-17 19:50:44 +02:00 |
|
|
|
ba4b36b7ba
|
Make table contents be a Rc-RefCell
|
2026-03-17 19:47:19 +02:00 |
|
|
|
7e5aaf56f1
|
Add broken table assignment
|
2026-03-17 19:14:11 +02:00 |
|
|
|
8e57def387
|
Add basic tables
|
2026-03-17 18:18:31 +02:00 |
|
|
|
d4da1f9184
|
Add String-values and String-literals
|
2026-03-17 18:03:41 +02:00 |
|
|
|
093e96f8b2
|
Add possibility to execute code at any stage
|
2026-03-16 18:38:04 +02:00 |
|
|
|
f3870e2e1a
|
Fix unm-instruction
|
2026-03-16 16:44:49 +02:00 |
|
|
|
d04ddd95d0
|
Add and/or/sub
|
2026-03-16 16:37:36 +02:00 |
|
|
|
1eb62b078e
|
Fix upvalues and stack values being different references
|
2026-03-16 15:56:57 +02:00 |
|
|
|
c9a0a5560d
|
Fix bug with upvalues
|
2026-03-16 15:44:24 +02:00 |
|
|
|
1f14f2b9f9
|
Add Test and JMP
|
2026-03-16 14:51:12 +02:00 |
|
|
|
0a6d13c5f6
|
Add regular expression statement, make sure rust functions work
|
2026-03-15 19:24:30 +02:00 |
|
|
|
c244edb9bc
|
Implement setupval
|
2026-03-15 19:07:43 +02:00 |
|
|
|
88d09abcce
|
Add reassignment
|
2026-03-15 19:01:35 +02:00 |
|
|
|
982bd48d64
|
Implement assigning to multiple variables
|
2026-03-15 18:38:27 +02:00 |
|
|
|
167649d9e4
|
Make some tweaks
|
2026-03-15 18:03:59 +02:00 |
|
|
|
05da3db5e6
|
Implement returning expression lists
|
2026-03-15 17:54:48 +02:00 |
|
|
|
3305d3c162
|
Allow returning expression lists
|
2026-03-15 15:23:37 +02:00 |
|
|
|
219d4b4f7e
|
Fix function call expressions
|
2026-03-15 15:19:01 +02:00 |
|
|
|
46de03858a
|
Implement functional add example
|
2026-03-15 00:52:38 +02:00 |
|
|
|
08e9b00b5c
|
Add binops, fix function call codegen
|
2026-03-15 00:25:06 +02:00 |
|
|
|
493664cafc
|
Fix function calling
|
2026-03-14 23:49:23 +02:00 |
|
|
|
9d471400d9
|
Implement upvalues
|
2026-03-14 23:33:40 +02:00 |
|
|
|
5c96834e5c
|
Make parameters work
|
2026-03-14 23:19:01 +02:00 |
|
|
|
7c327beaa1
|
Implement functions
|
2026-03-14 23:02:28 +02:00 |
|
|
|
fc50632a6f
|
Add print
|
2026-03-14 22:23:50 +02:00 |
|
|
|
d74a887c4e
|
Find constants
|
2026-03-14 18:31:40 +02:00 |
|
|
|
12e2fab066
|
Parse number literals
|
2026-03-14 17:36:01 +02:00 |
|
|
|
6340f67152
|
Parse function calls
|
2026-03-14 17:25:03 +02:00 |
|
|
|
9c56d807fe
|
Add parse for binary operators
|
2026-03-14 16:09:58 +02:00 |
|
|
|
af27da619d
|
Parse re-assignment
|
2026-03-14 16:06:08 +02:00 |
|
|
|
b3fec86fbd
|
Parse if-statement
|
2026-03-14 16:03:58 +02:00 |
|
|
|
5ed3edd433
|
Parse function params
|
2026-03-14 15:57:07 +02:00 |
|
|
|
044d2b9d25
|
Add very simple parsing
|
2026-03-14 15:55:00 +02:00 |
|