aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/src
AgeCommit message (Expand)Author
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