errant/tacit

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.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.php29
A
35 mins
src/Instruction.php12
A
0 mins
src/Instruction/BinaryOperation.php15
A
0 mins
src/Instruction/Branch/Jeo.php12
A
0 mins
src/Instruction/Branch/Jeq.php14
A
0 mins
src/Instruction/Branch/Jez.php12
A
0 mins
src/Instruction/Branch/Jge.php14
A
0 mins
src/Instruction/Branch/Jgt.php14
A
0 mins
src/Instruction/Branch/Jle.php14
A
0 mins
src/Instruction/Branch/Jlt.php14
A
0 mins
src/Instruction/Branch/Jmp.php23
A
0 mins
src/Instruction/Command/End.php9
A
0 mins
src/Instruction/Command/Exe.php14
A
0 mins
src/Instruction/Command/Rtn.php11
A
0 mins
src/Instruction/Command/Slp.php18
A
0 mins
src/Instruction/Command/Wtf.php9
A
0 mins
src/Instruction/IO/Dmp.php16
A
0 mins
src/Instruction/IO/Dmr.php18
A
0 mins
src/Instruction/IO/Out.php9
A
0 mins
src/Instruction/IO/Prn.php9
A
0 mins
src/Instruction/Math/Add.php9
A
0 mins
src/Instruction/Math/Div.php9
A
0 mins
src/Instruction/Math/Inc.php9
A
0 mins
src/Instruction/Math/Mod.php9
A
0 mins
src/Instruction/Math/Mul.php9
A
0 mins
src/Instruction/Math/Pow.php9
A
0 mins
src/Instruction/Math/Sub.php9
A
0 mins
src/Instruction/Memory/Mdl.php10
A
0 mins
src/Instruction/Memory/Mld.php21
A
0 mins
src/Instruction/Memory/Msv.php11
A
0 mins
src/Instruction/Memory/Msz.php11
A
0 mins
src/Instruction/Type/Int.php24
A
0 mins
src/Instruction/Type/Str.php32
A
0 mins
src/Instruction/UnaryOperation.php12
A
0 mins
src/InstructionSet.php33
A
0 mins
src/Language/Basic.php39
A
1 hr