Skip to content

An academic project to teach students how compilers work. This code is the basic to read a src file and provide the chars for the scanner. Each student must implement your own automata to recognize tokens, based on the specification previously provided.

Notifications You must be signed in to change notification settings

fabianoms/compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

compiler

An academic project to teach students how compilers work. This code is the basic to read a source file and provide the chars for the scanner. Each student/group must implement your own automata to recognize tokens, based on the specification previously provided.

About

An academic project to teach students how compilers work. This code is the basic to read a src file and provide the chars for the scanner. Each student must implement your own automata to recognize tokens, based on the specification previously provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages