Mezi is an general purpose open source programming language.
This programming language is an non-java JVM language. The source code written in the Mezi is compiled to JVM byte code.
Mezi is interested in the followings.
- Expression oriented grammar
- Type generalization, and type inference
- Identifying definition and assignment
- Thread serialization & live migration (Future Plan)
Building Mezi compiler & Helloworld example
The project can be built with a modern JDK and Maven.
mvn compileautomatically runs JJTree and JavaCC forsrc/main/java/mezic/parser/Parser.jjt, assuming thejjtreeandjavacctools are installed- On Ubuntu, you can install those tools with
sudo apt-get update && sudo apt-get install -y maven javacc - Generated parser sources are written under
target/generated-sources/javacc - Example runners under
src/main/java/mezic/testwork on both Java 8-stylert.jarlayouts and Java 9+jmodlayouts - The current documented flow has been verified with JDK 25
The project can only accept contributions which are licensed under the Apache License 2.0 and are signed according to the Mezi languagge Developer's Certificate of Origin. For further information please see our Contribution Guidelines.
Mezi languagge is open source software under the Apache License 2.0. Complete license and copyright information can be found in the source code.