1
1
Fork 0
mirror of https://github.com/azur1s/bobbylisp.git synced 2024-09-28 05:17:37 +00:00
Commit graph

61 commits

Author SHA1 Message Date
azur 6424d4fc9f feat: variable calling 2022-02-11 18:07:32 +07:00
azur c8a79e87ef feat: variable definition 2022-02-11 18:07:32 +07:00
Natapat Samutpong b168d29648 docs: 💀 2022-02-11 18:07:32 +07:00
Natapat Samutpong 490ba72bdf docs: change highlight 2022-02-11 18:07:32 +07:00
Natapat Samutpong a5b2fdca2f docs: update readme to lastest args 2022-02-11 18:07:32 +07:00
Natapat Samutpong 76dd657788 fix: len counting label leading to incorrent jmp 2022-02-11 18:07:32 +07:00
Natapat Samutpong 9f7e80dae2 feat: if 2022-02-11 18:07:32 +07:00
Natapat Samutpong 560ac69863 feat: call with stack instead of registers 2022-02-11 18:07:32 +07:00
Natapat Samutpong 5cc43a2503 refactor: reindent 2022-02-11 18:07:32 +07:00
Natapat Samutpong 4831b1265f refactor: change register format 2022-02-11 18:07:32 +07:00
Natapat Samutpong 8230151489 feat: unoptionize command 2022-02-11 18:07:32 +07:00
Natapat Samutpong dc3d400d50 feat: +-*/ and swap 2022-02-11 18:07:32 +07:00
Natapat Samutpong 56f1e24947 docs: done docs 2022-02-11 18:07:32 +07:00
Natapat Samutpong 0263e8c273 feat: test.sh in other directory 2022-02-11 18:07:32 +07:00
Natapat Samutpong 83e0121dee refactor: a large amount of refactor 2022-02-11 18:07:32 +07:00
Natapat Samutpong 8382f0b5af refactor: remove messy implementation 2022-02-11 18:07:32 +07:00
Natapat Samutpong aa433b7787 feat: i forgot what i did
it was about list i think i forgot
2022-02-11 18:07:32 +07:00
Natapat Samutpong a3d1075a57 fix: changed quote algo 2022-02-11 18:07:32 +07:00
Natapat Samutpong 5fb47a32ca feat: null type and register debug info 2022-02-11 18:07:32 +07:00
Natapat Samutpong 04b2c27930 refactor: :trollface: 2022-02-11 18:07:32 +07:00
Natapat Samutpong bb86934b53 refactor: fold brackets 2022-02-11 18:07:32 +07:00
Natapat Samutpong 93f8f57db8 fix: jump wrong pos, verbose arg 2022-02-11 18:07:32 +07:00
Natapat Samutpong 697012f0ac feat: it works 🎉 🎉 2022-02-11 18:07:32 +07:00
Natapat Samutpong cac125bd1c feat: simpler instruction parser 2022-02-11 18:07:32 +07:00
Natapat Samutpong c80637cf6c feat: simplify if compilation 2022-02-11 18:07:32 +07:00
azur 432914bfb6 feat: :trollface: 2022-02-11 18:07:32 +07:00
Natapat Samutpong 8ec6546ed2 feat: more simpler math compiling 2022-02-11 18:07:32 +07:00
Natapat Samutpong 7c708b7c04 feat: one line install 🎉 2022-02-11 18:07:32 +07:00
Natapat Samutpong 689714567e fix: i love bash syntax 2022-02-11 18:07:32 +07:00
Natapat Samutpong 699710fb5b feat: dependencies check 2022-02-11 18:07:32 +07:00
Natapat Samutpong 32f5f422d3 feat: (almost) working install script 2022-02-11 18:07:32 +07:00
Natapat Samutpong b78cb3b9a4 feat: init trolley :trollface: 2022-02-11 18:07:32 +07:00
Natapat Samutpong 25128092e1 docs: update readme 2022-02-11 18:07:32 +07:00
Natapat Samutpong 598ef08b5d refactor: better args handling 2022-02-11 18:07:32 +07:00
Natapat Samutpong 09e8a97d34 refactor: merge all repos 2022-02-11 18:07:32 +07:00
Natapat Samutpong 4aba0cf621 refactor: remove old makefile 2022-02-11 18:07:32 +07:00
Natapat Samutpong e55fee86cb fix: updated makefile to be in parent dir 2022-02-11 18:07:32 +07:00
Natapat Samutpong 5b6352074d refactor: move instructions definition to middle 2022-02-11 18:07:32 +07:00
Natapat Samutpong 2416a77f61 feat: more verbose-y log 2022-02-11 18:07:32 +07:00
Natapat Samutpong 7618eaa04a feat: some args handling 2022-02-11 18:07:32 +07:00
Natapat Samutpong d12ae67025 feat: update makefile 2022-02-11 18:07:32 +07:00
Natapat Samutpong c1cabb0de9 feat: logic jump! 2022-02-11 18:07:32 +07:00
Natapat Samutpong c8c8f202ec fix: move readme 2022-02-11 18:07:32 +07:00
Natapat Samutpong 1d8d4a5bdd feat: init blvm 2022-02-11 18:07:32 +07:00
Natapat Samutpong 17981acc49 refactor: move file up 1 director 2022-02-11 18:07:32 +07:00
Natapat Samutpong c3491e3508 refactor: remove unused 2022-02-11 18:07:32 +07:00
Natapat Samutpong 5a65ee2fc7 feat: math intrinsic 2022-02-11 18:07:32 +07:00
Natapat Samutpong 3d02755095 refactor: better file structure 2022-02-11 18:07:32 +07:00
Natapat Samutpong 9699e4a270 refactor: more simpler instructions 2022-02-11 18:07:32 +07:00
Natapat Samutpong 65e7ca560f feat: some bytecode compiling 2022-02-11 18:07:32 +07:00