|
|
|
@ -1,6 +1,24 @@
|
|
|
|
|
# Deon programming language V0.8 (Structs, Scope)
|
|
|
|
|
# Deon programming language V0.9.2
|
|
|
|
|
My computer programming language made with LEX/YACC written in C. (interpreted)
|
|
|
|
|
|
|
|
|
|
V0.9.2 Update notes:
|
|
|
|
|
|
|
|
|
|
* major cleaning of the project
|
|
|
|
|
* issues found and documented
|
|
|
|
|
* using 1 naming convention
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
|
V0.9.1 Update notes:
|
|
|
|
|
|
|
|
|
|
* Prep for doubly linked lists
|
|
|
|
|
* Prep for VOID data type
|
|
|
|
|
* Prep for merge/clean
|
|
|
|
|
|
|
|
|
|
V0.8
|
|
|
|
|
|
|
|
|
|
* Prep for TCP/IP implementation
|
|
|
|
|
* Prep for VOID data type
|
|
|
|
|
|
|
|
|
|
# Making a program.
|
|
|
|
|
Everything in this language is based around "Structs". These are not the regular structs that are in C.
|
|
|
|
|
To make a hello world program it would look like this:
|
|
|
|
|