anglais/core
Neemek beaa325c7b
All checks were successful
/ test (push) Successful in 56s
fix test, add string unit test, refactor stack
2025-10-22 20:20:47 +02:00
..
all_test.go add file trace to parser, refactor, fix inner type 2025-09-30 14:09:05 +02:00
compiler.go make compiler errors general, and better imports 2025-10-02 13:03:40 +02:00
compiler_test.go fix test, add string unit test, refactor stack 2025-10-22 20:20:47 +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 add file trace to parser, refactor, fix inner type 2025-09-30 14:09:05 +02:00
lexer_test.go Improve code quality 2025-03-16 21:16:12 +01:00
nodes.go make compiler errors general, and better imports 2025-10-02 13:03:40 +02:00
parser.go make compiler errors general, and better imports 2025-10-02 13:03:40 +02:00
parser_test.go add file trace to parser, refactor, fix inner type 2025-09-30 14:09:05 +02:00
stack.go fix test, add string unit test, refactor stack 2025-10-22 20:20:47 +02:00
stack_test.go var type checking, fix importing, fix creating empty lists, repl command, dynamic stacks 2025-04-18 09:33:39 +02:00
types.go 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
values.go add file trace to parser, refactor, fix inner type 2025-09-30 14:09:05 +02:00
values_test.go 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
vm.go let write and print take any arg, cuz why not? 2025-10-02 13:02:23 +02:00
vm_test.go var type checking, fix importing, fix creating empty lists, repl command, dynamic stacks 2025-04-18 09:33:39 +02:00