bolt/src
2023-05-23 21:51:14 +02:00
..
Checker.cc Fix match-expressions not being properly type-checked 2023-05-23 21:51:14 +02:00
CST.cc Implement tuples and fix bug with type vars in infer/unify algorithm 2023-05-22 17:06:31 +02:00
Diagnostics.cc Fix variable declarations, fix regression due to eager solving, fix unification 2023-05-23 16:07:58 +02:00
IPRGraph.cc Clean up some code and introduce IdentifierAlt 2023-05-21 00:25:01 +02:00
main.cc Add experimental support for type classes and many more enhancements 2023-05-20 23:48:26 +02:00
Parser.cc Fix type class constraint expressions not being correctly parsed 2023-05-23 20:04:41 +02:00
Scanner.cc Add support for match-expressions in parser 2023-05-21 11:30:25 +02:00
TestChecker.cc Add experimental support for type classes and many more enhancements 2023-05-20 23:48:26 +02:00
TestText.cc Add bolt::TextFile and add testing infrasturcture 2022-08-22 15:33:46 +02:00
Text.cc Improve diagnostic output 2022-08-24 20:57:26 +02:00
Types.cc Split up Checker.hpp and make room for better type mismatch errors 2023-05-22 22:37:58 +02:00