Add hex support

This commit is contained in:
Krzosa Karol
2022-06-13 22:14:31 +02:00
parent e73820c6f5
commit c0253f0424
5 changed files with 70 additions and 28 deletions

6
main.kl Normal file
View File

@@ -0,0 +1,6 @@
Base :: #load "base.kl"
CONSTANT :: 0xabCAFAAABCDAEAA
main :: (argc: int, argv: **char): int
memory := Base.reserve(size = 10000)