No description
Find a file
2025-11-21 16:38:11 +01:00
examples Fixed func calls with string literal arguments and $-replacements in #DEFINE. memlib.c65 is still borked. 2025-11-21 16:27:57 +01:00
internal Fixed func calls with string literal arguments and $-replacements in #DEFINE. memlib.c65 is still borked. 2025-11-21 16:27:57 +01:00
lib Fixed memlib #DEFINE syntax (restored to c65cm syntax). memlib.c65 still borked. 2025-11-21 16:38:11 +01:00
vendor Added Starlark scripting language for SCRIPT blocks. 2025-11-06 06:57:06 +01:00
.gitignore Added c65gm executable to .gitignore 2025-11-15 17:13:29 +01:00
commands.md Fixed to function without params can be called as myfunction() with empty parens 2025-11-21 10:59:51 +01:00
go.mod Added Starlark scripting language for SCRIPT blocks. 2025-11-06 06:57:06 +01:00
go.sum Added Starlark scripting language for SCRIPT blocks. 2025-11-06 06:57:06 +01:00
main.go Added FOR and NEXT to main.go 2025-11-17 22:48:31 +01:00
README.md Initial commit 2025-10-09 21:55:33 +02:00
syntax.md Doc fixes 2025-11-21 09:34:41 +01:00

c65gm