|
|
907f3aaf4d
|
basic progress
|
2026-07-17 20:26:41 +02:00 |
|
|
|
9016b9fc53
|
fixed a lot of regressions and made strings somewhat functional
|
2026-07-05 13:35:03 +02:00 |
|
|
|
81d020bb74
|
main.c: small tweak
Reviewed-on: #13
Co-authored-by: tema5002 <tema5002@tuta.io>
Co-committed-by: tema5002 <tema5002@tuta.io>
|
2026-07-02 16:59:18 +02:00 |
|
|
|
d41993a06d
|
compiler: various bits of progress
Reviewed-on: #12
Co-authored-by: tema5002 <tema5002@tuta.io>
Co-committed-by: tema5002 <tema5002@tuta.io>
|
2026-07-02 16:40:25 +02:00 |
|
|
|
404332fcba
|
Update build.lua (#10)
Peak software
Reviewed-on: #10
Co-authored-by: tema5002 <tema5002@tuta.io>
Co-committed-by: tema5002 <tema5002@tuta.io>
|
2026-06-23 20:49:37 +02:00 |
|
|
|
995f53958e
|
fixed bunch of table bugs
|
2026-06-22 22:47:02 +02:00 |
|
|
|
9cdd653057
|
dead code elimination
|
2026-06-22 22:39:15 +02:00 |
|
|
|
fbe50cc322
|
interning
|
2026-06-22 22:36:11 +02:00 |
|
|
|
1def8d3dce
|
_ENV works now!!!
|
2026-06-22 22:22:35 +02:00 |
|
|
|
614862a341
|
fixed a bunch of bugs
|
2026-06-22 22:18:19 +02:00 |
|
|
|
d8b893ad77
|
Merge pull request 'Random changes with varying usefulness' (#9) from tema5002/noom:main into main
Reviewed-on: #9
Reviewed-by: IonutParau <ionut.alex.parau@gmail.com>
|
2026-06-22 22:13:46 +02:00 |
|
|
|
4107afb842
|
Compiling and shitting
|
2026-06-22 18:10:36 +03:00 |
|
|
|
c767c0de24
|
:<
|
2026-06-22 18:02:53 +03:00 |
|
|
|
d049b65292
|
:>
|
2026-06-22 17:56:13 +03:00 |
|
|
|
df889a7a15
|
Random changes with varying usefulness
|
2026-06-22 17:54:46 +03:00 |
|
|
|
97ea1e60b1
|
autoformatting
|
2026-06-19 15:23:04 +02:00 |
|
|
|
8493f62a70
|
garbage collection
|
2026-06-19 14:46:05 +02:00 |
|
|
|
0e39f0e0b5
|
tables, threads and LUTs
|
2026-06-19 13:47:56 +02:00 |
|
|
|
9c0a40a336
|
compiler works
|
2026-06-18 23:37:28 +02:00 |
|
|
|
2d043ca39f
|
get owned
|
2026-06-18 22:38:01 +02:00 |
|
|
|
3e1d0ba5d9
|
formatting and shi
|
2026-06-18 22:34:42 +02:00 |
|
|
|
25a7829788
|
add formatter; not quite there yet, not used yet
|
2026-06-18 22:28:35 +02:00 |
|
|
|
5710020e64
|
oops
|
2026-06-16 12:53:16 +02:00 |
|
|
|
1630c80fc1
|
more progress
|
2026-06-16 12:35:45 +02:00 |
|
|
|
7a496f58c5
|
basic compiler work
|
2026-06-16 12:24:11 +02:00 |
|
|
|
fc8d4d2c02
|
compiles again
|
2026-06-15 19:48:24 +02:00 |
|
|
|
7093623d7c
|
lua apislop
|
2026-06-14 14:24:47 +02:00 |
|
|
|
1e16180f34
|
globals
|
2026-06-13 22:35:05 +02:00 |
|
|
|
9e6a1673ca
|
critical additions
|
2026-06-13 22:33:47 +02:00 |
|
|
|
c98790621d
|
peak software
|
2026-06-13 22:17:53 +02:00 |
|
|
|
268d1be18b
|
error: add missing space to error format
Reviewed-on: #8
Co-authored-by: tema5002 <tema5002@tuta.io>
Co-committed-by: tema5002 <tema5002@tuta.io>
|
2026-06-10 22:17:17 +02:00 |
|
|
|
c29c2796d7
|
compiler: start work on binary expressions & stuff
Reviewed-on: #7
Co-authored-by: tema5002 <tema5002@tuta.io>
Co-committed-by: tema5002 <tema5002@tuta.io>
|
2026-06-09 20:11:29 +02:00 |
|
|
|
8709efda7d
|
error: program name parameter for noom_format_error
Reviewed-on: #6
Co-authored-by: tema5002 <tema5002@tuta.io>
Co-committed-by: tema5002 <tema5002@tuta.io>
|
2026-06-09 13:04:05 +02:00 |
|
|
|
5ff0594791
|
compiler: basic code in place + all: rename streql to memeq
Reviewed-on: #5
Co-authored-by: tema5002 <tema5002@tuta.io>
Co-committed-by: tema5002 <tema5002@tuta.io>
|
2026-06-08 22:13:05 +02:00 |
|
|
|
be75ccd6f8
|
parser: apparently i don't know how realloc works
|
2026-06-02 21:04:34 +02:00 |
|
|
|
269d2c8ae9
|
documented the vm more
|
2026-05-27 15:43:13 +02:00 |
|
|
|
20f9ee0a14
|
basic VM stuff
|
2026-05-26 20:36:14 +02:00 |
|
|
|
8e8b01b7d9
|
main.c: remake cli tool, helper.c: add strcmp, use builtins in some paths
Co-authored-by: tema5002 <tema5002@tuta.io>
Reviewed-on: #4
Co-committed-by: tema5002 <tema5002@tuta.io>
|
2026-05-26 18:37:00 +02:00 |
|
|
|
4fbb006072
|
build.lua: changes
|
2026-05-24 14:23:12 +02:00 |
|
|
|
09ac2a17f9
|
build.lua: allow fail on rmdir, rm -rf to ignore nonexistent
|
2026-05-24 14:12:46 +02:00 |
|
|
|
6d57f1fe6b
|
build.lua: assert to suppress lsp warning
lol
|
2026-05-24 12:45:35 +02:00 |
|
|
|
2a22544464
|
error: add the missing errors and some nitpicks
|
2026-05-24 12:43:37 +02:00 |
|
|
|
fbbe2e8285
|
error: add proper error strings
Co-authored-by: tema5002 <tema5002@tuta.io>
Reviewed-on: #3
Co-committed-by: tema5002 <tema5002@tuta.io>
|
2026-05-24 12:08:07 +02:00 |
|
|
|
0d6b1c6729
|
build.lua: add clean & run for first argument
Co-authored-by: tema5002 <tema5002@tuta.io>
Reviewed-on: #2
Co-committed-by: tema5002 <tema5002@tuta.io>
|
2026-05-23 21:00:20 +02:00 |
|
|
|
9acff5f893
|
main, parser: fix memory leak/unitialized mem
|
2026-05-23 20:28:56 +02:00 |
|
|
|
bb73054e2c
|
updated gitignore
|
2026-05-23 20:17:26 +02:00 |
|
|
|
5359461e9c
|
Merge pull request 'update build.lua and change char* to const char*' (#1) from tema5002/noom:main into main
Reviewed-on: #1
|
2026-05-23 18:58:20 +02:00 |
|
tema5002
|
d229116a8b
|
update build.lua and change char* to const char*
|
2026-05-23 19:52:35 +03:00 |
|
|
|
6310ec69d2
|
Lex is unemployed
|
2026-05-14 23:45:37 +03:00 |
|
|
|
179829d8b5
|
doing Lex's work
|
2026-05-14 23:22:46 +03:00 |
|