aboutsummaryrefslogtreecommitdiff
path: root/ABC
AgeCommit message (Collapse)AuthorFilesLines
2021-01-04Make up to dateHEADmasterCamil Staps4-25/+23
2018-09-23Export labels by defaultCamil Staps1-1/+1
2017-10-16Fix compilation errorCamil Staps1-0/+7
2017-07-28Fixed toString for EqDescArityCamil Staps1-0/+1
It looks like EqDesc does not exist in current ABC code and EqDescArity is now eq_desc.
2017-07-20Fix printing of booleansCamil Staps1-1/+1
2017-07-19Add notBCamil Staps6-0/+13
2017-07-18Add negICamil Staps6-0/+12
2017-07-18Add remICamil Staps6-0/+12
2017-07-18Added divICamil Staps6-4/+16
2017-07-18Raw instructionsCamil Staps2-3/+7
2017-07-18Raw annotationsCamil Staps2-0/+7
2017-07-18Add annotationsCamil Staps2-1/+24
2017-07-17Add CommentsCamil Staps2-1/+4
2017-07-17Add <<< for Assembler and StatementCamil Staps2-2/+15
2016-07-06Fix toString for fillI and similar instructionsCamil Staps1-2/+5
2016-07-06toString for Assembler (and Statement)Camil Staps2-0/+47
2016-07-05Added Machine as module levelCamil Staps25-68/+66
2016-07-03ProgramStore as array for efficiencyCamil Staps1-6/+3
2016-07-03Fix RTS; working exampleCamil Staps3-8/+8
2016-07-03Added ABC.CodeCamil Staps7-5/+74
2016-07-01Moved to directory, added test programCamil Staps26-0/+1289