anglais/core
Neemek db3a3e29eb
All checks were successful
/ test (push) Successful in 51s
add basic records
2026-07-15 21:48:30 +02:00
..
all_test.go fix wasm and tests 2026-07-15 21:46:14 +02:00
compiler.go fix type-to-string conv. + fix binary type check + add modulo + rework import (now include) 2026-07-13 23:34:19 +02:00
compiler_test.go fix wasm and tests 2026-07-15 21:46:14 +02:00
go.mod update go 2025-10-01 10:44:09 +02:00
go.sum Update go.sum 2024-12-29 21:07:50 +01:00
lexer.go fix type-to-string conv. + fix binary type check + add modulo + rework import (now include) 2026-07-13 23:34:19 +02:00
lexer_test.go add type aliases, rework compiler, remove optimization 2026-07-12 11:34:17 +02:00
nodes.go fix type-to-string conv. + fix binary type check + add modulo + rework import (now include) 2026-07-13 23:34:19 +02:00
parser.go fix type-to-string conv. + fix binary type check + add modulo + rework import (now include) 2026-07-13 23:34:19 +02:00
parser_test.go add type aliases, rework compiler, remove optimization 2026-07-12 11:34:17 +02:00
stack.go separate number into float and integer 2026-07-07 23:24:44 +02:00
stack_test.go we in era3 boys; overhauled expression system, and variables are now in maps 2026-07-09 23:10:49 +02:00
types.go add basic records 2026-07-15 21:48:30 +02:00
values.go add basic records 2026-07-15 21:48:30 +02:00
values_test.go add type aliases, rework compiler, remove optimization 2026-07-12 11:34:17 +02:00
vm.go fix type-to-string conv. + fix binary type check + add modulo + rework import (now include) 2026-07-13 23:34:19 +02:00
vm_test.go add tuples tests 2026-07-11 12:51:39 +02:00