Update README.md

master
xerox 5 years ago
parent 46a4c2b589
commit 12aa57a4b0

@ -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) 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. # Making a program.
Everything in this language is based around "Structs". These are not the regular structs that are in C. 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: To make a hello world program it would look like this:

Loading…
Cancel
Save