Skip to content

The java language but in German. Created using Flex and Bison.

Notifications You must be signed in to change notification settings

donchoi25/german-java

Repository files navigation

German Java

German Java is a language meant to emulate Java but in German

Usage

To compile files:

bison -d german-java.y
flex german-java.l
gcc german-java.tab.c lex.yy.c 
./a.out test.file

About

The java language but in German. Created using Flex and Bison.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published