aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-16more strict trait checkingKimplul
2025-01-15improve generics expansionKimplul
2025-01-13require that continuations have same publicityKimplul
2025-01-13remove garbageKimplul
2025-01-12highlight flaws in current unification systemKimplul
2025-01-11fix some analyzer warningsKimplul
2025-01-11multiple import stuffKimplul
2025-01-11trait implementation in continuationKimplul
2025-01-11futher struct continuation workKimplul
2025-01-10initial struct continuations implementedKimplul
2024-08-22disable ast dump when DEBUG=0Kimplul
2024-08-18don't support analysis while cross compilingKimplul
2024-08-18make check works againKimplul
2024-08-17actually enable clang compilation and apply fixesKimplul
2024-08-17add analyzer and fix some reported issuesKimplul
2024-08-14test cleanupKimplul
2024-08-14print out aliases as wellKimplul
2024-08-14print whole type listKimplul
2024-08-14allow adding traits to pointersKimplul
2024-08-14compiling example of a res structKimplul
2024-08-12make id scope point to defining scopeKimplul
2024-08-12implement defer for most control flowKimplul
2024-08-12make defer work better with generic codeKimplul
2024-08-12forgot to change unit to right recursiveKimplul
2024-08-11initial generics for structsKimplul
2024-08-11parse struct continuationKimplul
2024-08-09fix trait expansionKimplul
2024-08-09allow trailing delimiterKimplul
2024-08-09fix parameter countKimplul
2024-08-09allow empty blocksKimplul
2024-08-09update doxygenKimplul
2024-06-27modify lto flags to silence warningKimplul
2024-06-27use left recursion instead of right recursionKimplul
2024-05-24remove useless nonterminalKimplul
2024-05-24fix bmake compilationKimplul
2024-05-04test recursionKimplul
2024-04-24remove outdated info in README and TODOKimplul
2024-04-15fix initsKimplul
2024-04-15initial working struct call tests passKimplul
2024-04-15force all structs to align 3Kimplul
2024-04-15split assignmentKimplul
2024-04-15fix param >>Kimplul
2024-04-15formatKimplul
2024-04-15simplify retval handlingKimplul
2024-04-15add param and return struct handlingKimplul
2024-04-12start work on struct handlingKimplul
2024-04-09formattingKimplul
2024-04-09improve struct handlingKimplul
2024-04-09add initial ufcs checksKimplul
2024-04-09fix ast dumpingKimplul