|
|
|
@ -5,7 +5,7 @@ My computer programming language made with LEX/YACC written in C. (interpreted)
|
|
|
|
|
Supported operating systems and downloads:
|
|
|
|
|
|
|
|
|
|
* [Win-32 Download]()
|
|
|
|
|
* [Win-64 Download]()
|
|
|
|
|
* [Win-64 Download](https://git.hacks.ltd/xerox/deon/-/tags/win-64)
|
|
|
|
|
* [Linux-32 Download]()
|
|
|
|
|
* [Linux-64 Download]()
|
|
|
|
|
|
|
|
|
@ -127,7 +127,7 @@ def my_function:
|
|
|
|
|
some_function = {
|
|
|
|
|
print["hello world"];
|
|
|
|
|
};
|
|
|
|
|
call some_function;
|
|
|
|
|
call some_function;
|
|
|
|
|
};
|
|
|
|
|
call my_function;
|
|
|
|
|
```
|
|
|
|
|