v0.0.0 First Release #108
alexapostolu
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First Release of Night!
Night comes in both Windows and Linux binaries, which can be found at the bottom of this Release. You can also find some example code in the
programs
directory.Instructions on how to get started are in the Readme file.
Night supports,
In the near future Releases, planned support includes,
In addition, there are many behind the scenes features in Night, including,
0
for numeric values and\0
for characters). Also works on multidimensional arrays!len()
function for all arrays including strings.input()
returns a character arrays. If passing a string to a function, the function can modify the original string.my_arr int[] = [ 2, 3.14 ]; // 2, 3
.bytecode.hpp
. While this is the only one, it lays the foundation for more to come in future Releases, as well as better documentation overall.This discussion was created from the release v0.0.0 First Release.
Beta Was this translation helpful? Give feedback.
All reactions