Skip to content

Tokenizer for a made up language called "mini-language". Course project for COSC 455 broken into three parts, this is part 1.

Notifications You must be signed in to change notification settings

EVogel1999/Tokenizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Tokenizer

This is the course project (broken into three parts) for the Programming Languages course at Towson University, COSC 455. This is the first of three parts for the project. The goal is to create a lexical analyzer given a grammar, the grammar and part deliverable can be seen in the resources folder of the project.

This uses Java's Regex functionality but can be modified to not use Regex. To check different inputs and their corresponding outputs, either change the input.txt file or specify a file location with your changes in the Client.java file.

About

Tokenizer for a made up language called "mini-language". Course project for COSC 455 broken into three parts, this is part 1.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages