SaiKarthikP / LexicalAnalyzer

A lexical and syntax analyzer for a simple object-oriented programming language called Toy build using jflex and CUP (java). This program translates any input Toy program into a sequence of tokens, and creates a symbol table using the trie structure for all keywords and user-defined identifiers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

A lexical and syntax analyzer for a simple object-oriented programming language called Toy build using jflex and CUP (java). This program translates any input Toy program into a sequence of tokens, and creates a symbol table using the trie structure for all keywords and user-defined identifiers.


Languages

Language:Java 89.1%Language:Lex 10.9%