aboutsummaryrefslogtreecommitdiffhomepage
path: root/testexec/mainapp/main.slul
AgeCommit message (Expand)AuthorFilesLines
2024-05-26testexec: Call tests in typecompat.slul from mainSamuel Lidén Borell1-0/+1
2024-05-26testexec: Call tests in statements.slul from mainSamuel Lidén Borell1-0/+1
2024-05-26testexec: Call tests in return.slul from mainSamuel Lidén Borell1-0/+1
2024-05-26testexec: Call tests in generics.slul from main (disabled for now)Samuel Lidén Borell1-0/+1
2024-05-26testexec: Call tests in for_funccalls.slul from main. Fix endless loopsSamuel Lidén Borell1-0/+1
2024-05-26testexec: Call tests in for_loops.slul from main (disabled for now)Samuel Lidén Borell1-0/+1
2024-05-26testexec: Call tests in definedness.slul from mainSamuel Lidén Borell1-0/+1
2024-05-25testexec: Add assertions in constexpr.slul and call from mainSamuel Lidén Borell1-0/+1
2024-05-25testexec: Call tests in expressions.slul from main. Add assertionsSamuel Lidén Borell1-0/+1
2024-05-11Update copyright yearsSamuel Lidén Borell1-1/+1
2024-05-10aarch64: Emit code for ir operation ADDRGLOBALSamuel Lidén Borell1-0/+1
2024-05-06Tests: Add more datadefsSamuel Lidén Borell1-0/+1
2024-05-02exprchk: Constant evaluation of comparison operatorsSamuel Lidén Borell1-2/+3
2024-04-13Remove cli/gui distinction. Make \name and \type optional for appsSamuel Lidén Borell1-1/+0
2024-03-08Use SlulApp.main as the entry point. Implicitly depend on slulrtSamuel Lidén Borell1-1/+1
2023-12-12Fix handling of back-dependencies on main moduleSamuel Lidén Borell1-1/+6
2023-10-07Tests: More tests of external/normal typeidentsSamuel Lidén Borell1-0/+6
2023-10-01Check version when binding identifiers across modulesSamuel Lidén Borell1-0/+10
2023-09-10Implement search for methods and typeidents in other modules alsoSamuel Lidén Borell1-1/+5
2023-09-08Implement "nestedonly" dependencies (and remove "typesonly")Samuel Lidén Borell1-0/+3
2023-07-15Update copyright yearsSamuel Lidén Borell1-1/+1
2023-05-27Support for multi-line comments with #{{ and #}}Samuel Lidén Borell1-0/+1
2023-05-07IR generation: Handle generic typesSamuel Lidén Borell1-0/+1
2023-02-18Basic var-lane (abstract register) allocationSamuel Lidén Borell1-0/+1
2022-11-01Fix bugs found with afl++. Add missing test fileSamuel Lidén Borell1-0/+1
2022-10-30Checking of enum types. Handling of negative integer literalsSamuel Lidén Borell1-0/+2
2022-10-22Basic checking of for loopsSamuel Lidén Borell1-0/+1
2022-08-14Update copyright yearsSamuel Lidén Borell1-1/+1
2022-08-04Checking of flow of return/gotoSamuel Lidén Borell1-0/+1
2022-08-04Tracking of variables definednessSamuel Lidén Borell1-0/+1
2022-07-20Ćhecking of function callsSamuel Lidén Borell1-1/+2
2022-07-18Fix/improve checking of return statementsSamuel Lidén Borell1-1/+3
2022-07-18Checking of expr/if/while/assert statementsSamuel Lidén Borell1-0/+1
2022-07-17Checking of field accessesSamuel Lidén Borell1-0/+1
2022-07-17Type checking of string and boolean expressionsSamuel Lidén Borell1-0/+1
2022-05-03Simplify syntax for void functions (remove "-> void")Samuel Lidén Borell1-1/+1
2022-01-23Binding of types across modules (part 1)Samuel Lidén Borell1-1/+10
2021-08-28Remove \end directive. Fix switch between build directives and interfaceSamuel Lidén Borell1-1/+0
2021-08-05Add license headers to Makefiles, translation and test filesSamuel Lidén Borell1-0/+24
2021-08-04Load interfaces of module dependenciesSamuel Lidén Borell1-0/+15