Adds screenshot.
This commit is contained in:
parent
0ec7051b5b
commit
9313bde8d5
2 changed files with 5 additions and 1 deletions
|
@ -8,6 +8,10 @@ which is used to execute all user code in a virtual machine.
|
|||
The vm can execute some code and is able to call native code.
|
||||
Also it leaks memory. A lot of memory.
|
||||
|
||||
## Screenshots
|
||||
![Screenshot of current version]
|
||||
(http://s.mq32.de/?x6a3)
|
||||
|
||||
## Todo List
|
||||
- Fix memory leaks
|
||||
-- Validation code leaks memory
|
||||
|
|
|
@ -41,5 +41,5 @@ END
|
|||
|
||||
PUB fun() -> i : INT
|
||||
BEGIN
|
||||
10 -> i;
|
||||
5 -> i;
|
||||
END
|
||||
|
|
Loading…
Reference in a new issue