Skip to content

CS352 Organization of Programming Languages | Tokenizer for simple math and logical expressions

Notifications You must be signed in to change notification settings

coolbrett/logical-expression-tokenizer

Repository files navigation

Author: Julia Januchowski

Author: Brett Dale

Project: Tokenizer (Project Two)

Class: CS352 Organization of Programming Languages instructed by Dr. Mark Holliday

How to Run

In the directory of the project files, compile the program using the command gcc -Wall tokenizer.c -o tokenizer

Once compiled, use the command ./tokenizer <input_file> <output_file>

Open the output file with the command vim <output_file>

Purpose of Tokenizer Project

The purpose of this project was to write a tokenizer in the C programming language that will parse lines made up of simple math and logical expressions and break them down into meaningful tokens.

About

CS352 Organization of Programming Languages | Tokenizer for simple math and logical expressions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages