Commit graph

81 commits

Author SHA1 Message Date
c6b41443d5
use PATH instead of ANGLAIS_PATH, fic compiler_test.go 2025-11-22 18:18:51 +01:00
b95d2954ba
make compiler errors general, and better imports
Some checks failed
/ test (push) Failing after 43s
2025-10-02 13:03:40 +02:00
f2ebcf560f
let write and print take any arg, cuz why not? 2025-10-02 13:02:23 +02:00
15705acbfc
update go 2025-10-01 10:44:09 +02:00
081a0fdb18
add list indexing to tests 2025-09-30 16:04:41 +02:00
28f87d6561
add timeout to unit tests 2025-09-30 16:02:39 +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
bcf0978b68 add unit tests to test action and separate unit_tests.sh from test_all.sh
All checks were successful
/ test (push) Successful in 43s
2025-09-16 20:08:20 +02:00
dac2cbc20d add list test and make amount of fibonacci numbers to test for
All checks were successful
/ test (push) Successful in 43s
2025-09-16 20:02:32 +02:00
80f4364f7e add single quote string 2025-09-16 20:01:38 +02:00
14d7a5ce73 add string at func, fix string split 2025-09-16 20:01:29 +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
f53ab30dbe Merge branch 'types' into main
All checks were successful
/ test (push) Successful in 46s
2025-09-16 17:38:46 +00:00
85c4829918
Merge branch 'main' of https://git.neemek.com/neemek/anglais
All checks were successful
/ test (push) Successful in 47s
2025-08-29 18:49:02 +02:00
67c9fe7ea6 fix "Test Core" step
All checks were successful
/ test (push) Successful in 1m15s
2025-08-24 17:00:40 +02:00
678fab7b0e Specify test workflow image correctlier
Some checks failed
/ test (push) Failing after 1m4s
2025-08-24 16:54:15 +02:00
1401f7cdd4 Specify test workflow image correctly
Some checks failed
/ test (push) Failing after 45s
2025-08-24 16:51:10 +02:00
c9f85a1c20 Specify test workflow image
Some checks failed
/ test (push) Failing after 2s
2025-08-24 16:49:44 +02:00
8941d82390 Add test workflow
Some checks failed
/ test (push) Failing after 1m35s
Signed-off-by: Neemek <sindodeg@gmail.com>
2025-08-24 16:31:36 +02:00
c9eba7ada0 Add test workflow
Some checks are pending
/ test (push) Waiting to run
2025-08-24 16:16:14 +02:00
9c91a1176a Update Go version to 1.24(.3), and make the root a go workspace. 2025-08-24 16:12:49 +02:00
7c63e43fd9
Add MIT license 2025-07-22 22:28:25 +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
f633a02c32
Add parser error messages 2025-04-04 10:10: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
18d64656a2
wasm: fix error reporting 2025-03-20 19:46:58 +01:00
3fb978638f
tweak parsing error 2025-03-20 13:06:41 +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
e34b423967 Update WASM functions 2025-03-20 07:34:33 +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
ae7d6c5359
Add in-lang scope test 2025-03-10 16:33:04 +01:00
e8d8731922
Add tests in the language 2025-03-10 16:24:56 +01:00
74bd9c9582
Update and add examples 2025-03-10 16:24:37 +01:00
40a538b73d
Add test for func 2025-03-10 16:24:07 +01:00
634a4a2b61
Add importing, lists and objects, and add basic functions (global and on values) 2025-03-10 16:23:16 +01:00
449f7cd815
Increase pi-approx.ang example accuracy 2025-01-03 23:16:03 +01:00
8d9138479d
Reduce automated stack benchmarks 2025-01-03 22:55:57 +01:00
7eb0e1b1fd
cli: Fix compiling, tweak debug flag 2025-01-03 22:55:05 +01:00
69e6fab41b
Add grapher example 2025-01-03 22:37:28 +01:00
28a05a0ebc
Uncomment recursive example 2025-01-03 22:36:15 +01:00