Skip to content

sm-projects/sm-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

sm-compiler

Write a compiler from scratch

  1. Lexical Analyzer (a.k.a. tokenizer or scanner)

Scans the input and looks for basic language elements called tokens. The tokens are typically represented internally as unique integers or an enumerated type.

About

Write a compiler from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published