Skip to content

The project is to construct a compiler for a small programming language, called PCAT. It will involve: lexical analysis, parsing, etc

Notifications You must be signed in to change notification settings

darkway-s/CompilePJ1

Repository files navigation

CompilePJ1

How to run

Put target file in the root directory. Then run in terminal.

make
./lexer {{target}}

If {{target}} is NULL, stdin would be the default input.

Example

image-20220923170137021

About

The project is to construct a compiler for a small programming language, called PCAT. It will involve: lexical analysis, parsing, etc

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages