Skip to content

aidanplunkitt/simple-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Lexer

Files in this repository:

  • hw1.cpp: source code for a simple table-based FSM lexer
  • HW1-Input.txt: contains an example line of code to be used by hw1.cpp
  • output.txt: generated file containing the tokens from scanning HW1-Input.txt
  • Makefile: contains build and utility commands; make run to build and run this project

About

A basic table-driven FSM lexer for a small language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published