Skip to content

Bonekazz/Pep9-Lex.Analyzer-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lexycal Analyzer

A simple lexycal analyzer for the Pep9 Assembler project using Finite State Machines;

FSM Design

FSM_model

Components:

InBuffer

- the input string handler;
- has the ability to advance and backup the input;

Tokenizer

- gets a line of characters, given by the InBuffer, loops through each line (with the getToken() function) detecting and returning each token until the end of the input string;

About

A Lexycal Analyzer for the Pep9 Assembler

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published