You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mewa - Writing compiler front-ends of statically-typed languages for LLVM with Lua.
Mewa is a compiler-compiler for prototyping compiler front-ends for statically typed languages using LLVM IR as back-end in Lua.
The main emphasis of the project is not on the parser generator but on the support for defining a type system.
It aims to bring projects considered endless for a single person within reach ( ~ 5K Lines of Code ).
An example implementation of a non-trivial compiler and an FAQ exists to help you in problem-solving.
The text was updated successfully, but these errors were encountered:
Mewa is a compiler-compiler for prototyping compiler front-ends for statically typed languages using LLVM IR as back-end in Lua.
The main emphasis of the project is not on the parser generator but on the support for defining a type system.
It aims to bring projects considered endless for a single person within reach ( ~ 5K Lines of Code ).
An example implementation of a non-trivial compiler and an FAQ exists to help you in problem-solving.
The text was updated successfully, but these errors were encountered: