.gitignore | |
|
|
.travis.yml | |
|
|
LICENSE | |
|
|
README.md | |
|
|
bin/compile | |
|
|
bin/tacit | |
|
|
composer.json | |
|
|
docs/index.md | |
|
|
examples/bootloader.tac | |
|
|
examples/branch.tac | |
|
|
examples/loop.tac | |
|
|
examples/simple.tac | |
|
|
mkdocs.yml | |
|
|
phpunit.xml | |
|
|
src/Compiler/Tac.php | 29 | A 35 mins |
|
src/Instruction.php | 12 | A 0 mins |
|
src/Instruction/BinaryOperation.php | 15 | A 0 mins |
|
src/Instruction/Branch/Jeo.php | 12 | A 0 mins |
|
src/Instruction/Branch/Jeq.php | 14 | A 0 mins |
|
src/Instruction/Branch/Jez.php | 12 | A 0 mins |
|
src/Instruction/Branch/Jge.php | 14 | A 0 mins |
|
src/Instruction/Branch/Jgt.php | 14 | A 0 mins |
|
src/Instruction/Branch/Jle.php | 14 | A 0 mins |
|
src/Instruction/Branch/Jlt.php | 14 | A 0 mins |
|
src/Instruction/Branch/Jmp.php | 23 | A 0 mins |
|
src/Instruction/Command/End.php | 9 | A 0 mins |
|
src/Instruction/Command/Exe.php | 14 | A 0 mins |
|
src/Instruction/Command/Rtn.php | 11 | A 0 mins |
|
src/Instruction/Command/Slp.php | 18 | A 0 mins |
|
src/Instruction/Command/Wtf.php | 9 | A 0 mins |
|
src/Instruction/IO/Dmp.php | 16 | A 0 mins |
|
src/Instruction/IO/Dmr.php | 18 | A 0 mins |
|
src/Instruction/IO/Out.php | 9 | A 0 mins |
|
src/Instruction/IO/Prn.php | 9 | A 0 mins |
|
src/Instruction/Math/Add.php | 9 | A 0 mins |
|
src/Instruction/Math/Div.php | 9 | A 0 mins |
|
src/Instruction/Math/Inc.php | 9 | A 0 mins |
|
src/Instruction/Math/Mod.php | 9 | A 0 mins |
|
src/Instruction/Math/Mul.php | 9 | A 0 mins |
|
src/Instruction/Math/Pow.php | 9 | A 0 mins |
|
src/Instruction/Math/Sub.php | 9 | A 0 mins |
|
src/Instruction/Memory/Mdl.php | 10 | A 0 mins |
|
src/Instruction/Memory/Mld.php | 21 | A 0 mins |
|
src/Instruction/Memory/Msv.php | 11 | A 0 mins |
|
src/Instruction/Memory/Msz.php | 11 | A 0 mins |
|
src/Instruction/Type/Int.php | 24 | A 0 mins |
|
src/Instruction/Type/Str.php | 32 | A 0 mins |
|
src/Instruction/UnaryOperation.php | 12 | A 0 mins |
|
src/InstructionSet.php | 33 | A 0 mins |
|
src/Language/Basic.php | 39 | A 1 hr |
|