This website requires JavaScript.
Explore
Help
Register
Sign In
MisterChaos69
/
MiniJavaCompiler
Watch
2
Star
2
Fork
0
You've already forked MiniJavaCompiler
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f57f360abf
MiniJavaCompiler
/
src
/
Main.hs
9 lines
92 B
Haskell
Raw
Normal View
History
Unescape
Escape
create cabal project structure
2024-05-01 19:07:04 +00:00
module
Main
where
added means of testing
2024-05-06 21:15:22 +00:00
import
Example
moved type check to its own file
2024-05-07 07:53:16 +00:00
import
Typecheck
create cabal project structure
2024-05-01 19:07:04 +00:00
main
=
do
added means of testing
2024-05-06 21:15:22 +00:00
Example
.
runTypeCheck
Merge branch 'typedAST' of ssh://gitea.hb.dhbw-stuttgart.de:2222/MisterChaos69/MiniJavaCompiler into bytecode
2024-05-07 07:49:32 +00:00
Reference in New Issue
Copy Permalink