Skip to content

Compilerly is a playground for students those have compiler course. Pseudo C++ grammer included on left side, you can see Parse-Table of this grammar and type valid code of this language. It works on LL(1) parser.

Notifications You must be signed in to change notification settings

valakhosravi/compilerly

Repository files navigation

Compilerly

Compilerly was just a school project for compiler course but it was also a challenge for me to examine my programming skill.

It's maid of LL(1) scanner and parser, compilerly can calculate parse-table dynamically from test-grammars.ts file.

About

Compilerly is a playground for students those have compiler course. Pseudo C++ grammer included on left side, you can see Parse-Table of this grammar and type valid code of this language. It works on LL(1) parser.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published