|
|
3bccc227ba
|
Add set index in list, and update lib+examples+tests
|
2026-09-07 17:41:05 +02:00 |
|
|
|
ff11d7e0ed
|
basic records support
|
2026-09-07 17:41:04 +02:00 |
|
|
|
575fd8e37a
|
fix type-to-string conv. + fix binary type check + add modulo + rework import (now include)
/ test (push) Failing after 41s
|
2026-07-13 23:34:19 +02:00 |
|
|
|
91baf28fdf
|
allow destructuring tuples when assigning
|
2026-07-13 22:06:20 +02:00 |
|
|
|
7cb2be8415
|
fix if result typing + fix indexing
|
2026-07-13 21:29:57 +02:00 |
|
|
|
0bc8b2ef55
|
basic for loop + examples -> era3
|
2026-07-13 10:06:08 +02:00 |
|
|
|
dd7af341a3
|
fix typing of if and lists
|
2026-07-12 11:39:22 +02:00 |
|
|
|
d54249cffe
|
add type aliases, rework compiler, remove optimization
|
2026-07-12 11:34:17 +02:00 |
|
|
|
e03d18c7db
|
add basic support for tuples
|
2026-07-11 12:37:15 +02:00 |
|
|
|
e2a1e5ff8d
|
allow escaping things inside strings
|
2026-07-11 10:52:20 +02:00 |
|
|
|
2c354c4a96
|
fix relative comparisons of float
/ test (push) Successful in 49s
|
2026-07-11 10:18:32 +02:00 |
|
|
|
828ebb23c0
|
update + repl fixed + bugfixes
|
2026-07-10 21:15:28 +02:00 |
|
|
|
d315a53fbd
|
functions now capture variables :D
|
2026-07-09 23:25:28 +02:00 |
|
|
|
43e450c207
|
we in era3 boys; overhauled expression system, and variables are now in maps
|
2026-07-09 23:10:49 +02:00 |
|
|
|
daab50d54c
|
separate number into float and integer
|
2026-07-07 23:24:44 +02:00 |
|
|
|
b95d2954ba
|
make compiler errors general, and better imports
/ test (push) Failing after 43s
|
2025-10-02 13:03:40 +02:00 |
|
|
|
0d66db35aa
|
add check for always true, and pretty warnings
|
2025-09-30 16:02:18 +02:00 |
|
|
|
c8660a6471
|
add file trace to parser, refactor, fix inner type
|
2025-09-30 14:09:05 +02:00 |
|
|
|
16e756bd4e
|
error message clarity
|
2025-09-16 20:00:43 +02:00 |
|
|
|
4a0c315ccb
|
fix unary compilation and add tests
|
2025-09-16 19:59:58 +02:00 |
|
|
|
efbe5a9f97
|
add inner (of lists) type, add floor, ceil, and roundd standard functions, and a ton of examples
|
2025-07-22 22:24:12 +02:00 |
|
|
|
5bcab07681
|
var type checking, fix importing, fix creating empty lists, repl command, dynamic stacks
|
2025-04-18 09:33:39 +02:00 |
|
|
|
be7809d467
|
Fix parser edge-cases, fix wasm, refactor
|
2025-04-04 09:52:41 +02:00 |
|
|
|
c364e09fc9
|
fix imports
|
2025-03-31 10:58:13 +02:00 |
|
|
|
49c15f6fb6
|
not done yet
|
2025-03-30 10:42:28 +02:00 |
|
|
|
b73af5f92f
|
core: add compiler redeclaration check, tweak error formatting
|
2025-03-20 19:54:05 +01:00 |
|
|
|
b1b8e61f57
|
improve errors, add warnings, add some compile-time optimizations, fix variables, make sure conditionals and loops get booleans, affirm types, keep variables to a single type
|
2025-03-20 12:15:13 +01:00 |
|
|
|
85b1631c84
|
Make type fields public
|
2025-03-18 20:32:44 +01:00 |
|
|
|
954308b29f
|
static type analysis, formatted compiler errors, hex support, composite types, updated cli, more global builtins, fix list form, fix value refs
|
2025-03-18 20:22:46 +01:00 |
|
|
|
84cc845748
|
Basic type system working
|
2025-03-16 22:46:49 +01:00 |
|
|
|
3f260e7ffd
|
Improve code quality
|
2025-03-16 21:16:12 +01:00 |
|
|
|
5edad332cd
|
Fix values
|
2025-03-16 21:03:17 +01:00 |
|
|
|
634a4a2b61
|
Add importing, lists and objects, and add basic functions (global and on values)
|
2025-03-10 16:23:16 +01:00 |
|
|
|
62656c6dff
|
separate core from cli into submodules, add support for boolean and and or operations, make more fields public, fix passing arguments to functions
|
2024-12-13 11:33:47 +01:00 |
|