Skip to content

C program that determines if an input is valid by following a Finite State Machine.

Notifications You must be signed in to change notification settings

joshvilson/tokenizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

tokenizer

Computer Architecture (CS 211) assignment where the program had to determine given a list as a string of numbers consisting of either hexadecimals, floating points, decimals and octals if each was valid or invalid by following the Finite State Machine. With output as stating the state of the token whether the individual token that was a part of the string was a hexadecimal, octal etc or invalid input/malformed input if it did not follow the Finite State Machine.

About

C program that determines if an input is valid by following a Finite State Machine.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages