updated CHANGELOG
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Sun, 6 Dec 2020 22:34:36 +0000 (16:34 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Sun, 6 Dec 2020 22:34:36 +0000 (16:34 -0600)
CHANGELOG
Makefile
onyx

index 7becc5f10d499dd511befd0e0a9f5827a37f3119..bf592ea0b9bf0ede1dfba999f93c509ae3c34e61 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -10,6 +10,8 @@ Additions:
 * #private_file directive for placing a symbol at file scope.
 * a basic implentation of printf in the standard library.
 * use statements at the function level.
+* nested packages, i.e. 'core.array'
+    - Still testing it out; could change at in the future
 
 Removals:
 
index 386fe70374d8dc10b3696ff18f396cc03dda714c..6568870626909d57d81b350e048a5fd8388aaab0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-RELEASE=0
+RELEASE=1
 TIME=0
 
 OBJ_FILES=\
diff --git a/onyx b/onyx
index c0dd1f34a07a76f928577a78396387c2be832141..385ee6b372512e145bdf74dbc572825153daea7e 100755 (executable)
Binary files a/onyx and b/onyx differ