Commit Graph

18 Commits

Author SHA1 Message Date
7b3ee8a68b Create decimal tokenizer and sep tokenizer 2021-11-03 12:37:45 +01:00
aae14eb3f4 Create whitespace tokenizer and common tokenizer function 2021-11-03 11:30:49 +01:00
a73ab7fc89 Create Assembler module and implement some basic tokenizers 2021-11-03 11:10:24 +01:00
a5db26d307 Merge Interpreter and Parser to VirtualMachine module 2021-11-03 09:25:10 +01:00
85a27b7fb1 Merge Instruction to VirtualMachine module 2021-11-02 23:39:02 +01:00
c919e391b2 Implement some complex-class instructions 2021-11-02 23:28:03 +01:00
908229360d Fix invalid stack order 2021-11-02 22:59:36 +01:00
e7b6b0ab75 Implement simple-class instructions 2021-11-02 22:45:58 +01:00
2a8e9ca5cf Unify simple instruction actions 2021-11-02 22:25:45 +01:00
e263617a2c Create working PoC of interpreter 2021-11-02 20:55:53 +01:00
0b419650f0 Update README.md with list of assembler instructions 2021-11-02 18:16:47 +01:00
4693b19bf2 Export Command to separate module 2021-11-02 18:16:47 +01:00
e8b94aa017 Create working parser 2021-11-02 16:52:07 +01:00
c16cfb33a0 Model instructions and op codes 2021-11-02 16:23:42 +01:00
d1c3b8a3cb Model virtual machine ADT 2021-11-02 16:16:26 +01:00
3290b3bc33 Add some required modules 2021-11-02 16:14:18 +01:00
7c7857c6d9 Init cabal project 2021-11-02 10:38:15 +01:00
0791f0ad64 Init repo 2021-10-31 21:24:52 +01:00