This website requires JavaScript.
Explore
Help
Sign In
cyclane
/
wacc_37
Watch
1
Star
0
Fork
0
You've already forked wacc_37
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
wacc_37
/
src
/
main
/
wacc
History
Gleb Koval
319fa606d9
fix: foldLeft when type checking, rather than foldRight which is unintuitive
2025-02-07 14:16:50 +00:00
..
ast.scala
fix: cleaned up comments, removed getPosition from ident
2025-02-07 13:33:25 +00:00
Error.scala
feat: show expected and got types for TypeMismatch
2025-02-07 14:16:20 +00:00
lexer.scala
fix: added array literal in LexTokens
2025-02-07 13:49:42 +00:00
Main.scala
refactor: make functions non-semantic types
2025-02-07 13:54:35 +00:00
parser.scala
feat: semantic error messages make use of msg strings passed from typeChecker
2025-02-07 13:22:13 +00:00
renamer.scala
refactor: make functions non-semantic types
2025-02-07 13:54:35 +00:00
typeChecker.scala
fix: foldLeft when type checking, rather than foldRight which is unintuitive
2025-02-07 14:16:50 +00:00
types.scala
refactor: make functions non-semantic types
2025-02-07 13:54:35 +00:00