An open API service indexing awesome lists of open source software.

https://github.com/pranjay-poddar/compiler-design-mini-project-18csc304j

Compiler Design Mini Project
https://github.com/pranjay-poddar/compiler-design-mini-project-18csc304j

compiler-design lexical-analyzer linux tokens

Last synced: 4 months ago
JSON representation

Compiler Design Mini Project

Awesome Lists containing this project

README

          

Compiler Design Mini-Project
===============================

# Lexical Analyser for a subset of the C langauge

### Team Members
1. Pranjay Poddar - RA1911028010129
2. Darshil Shah - RA1911028010121
3. Sathwika Roy - RA1911028010132

This folder contains the code for the Lexical Analyser.

|file|contents|
|----|--------|
|lexel.l|lex file with rules|
|symboltable.h|symbol table implementation using hash organisation|
|tokens.h| tokens used (as enums)|

The test cases are in the test-cases folder.
The details about each test case is written in the header section of each file.