aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/src
AgeCommit message (Expand)Author
2020-10-20Add test that program produces no other filesBrad Richardson
2020-10-20Add test for object file of program's compile time infoBrad Richardson
2020-10-20Add test for source file name of program's compile time infoBrad Richardson
2020-10-19Add test for a submodule's nameBrad Richardson
2020-10-19Add test for modules a submodule usesBrad Richardson
2020-10-19Add test for submodule object file nameBrad Richardson
2020-10-15Add test for submodule source file nameBrad Richardson
2020-10-15Add constructor for Submodule SourceBrad Richardson
2020-10-15Add test for whether a module produces a .smod fileBrad Richardson
2020-10-15Add test for a module's nameBrad Richardson
2020-10-15Add test for modules a module usesBrad Richardson
2020-10-15Add test for module object file nameBrad Richardson
2020-10-15Add test for module source file nameBrad Richardson
2020-10-15Add constructor for Module SourceBrad Richardson
2020-10-14Add check for program declaration before constructing Program SourceBrad Richardson
2020-10-14Refactor parsing process a bitBrad Richardson
2020-10-14Add test for modules a program usesBrad Richardson
2020-10-14Add test for program object file nameBrad Richardson
2020-10-14Add test for Program source file nameBrad Richardson
2020-10-14Finish first unit testBrad Richardson
2020-09-27Fix test build issue hapenning on WindowsBrad Richardson
2020-09-05Use different strategy to fetch git dependenciesSebastian Ehlert
2020-07-25Propogate exit codes from tests and executablesBrad Richardson
2020-07-21Move Haskell based version to bootstrap/Ondřej Čertík