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
- Host: GitHub
- URL: https://github.com/pranjay-poddar/compiler-design-mini-project-18csc304j
- Owner: pranjay-poddar
- Created: 2022-04-05T10:24:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-12T11:59:58.000Z (over 3 years ago)
- Last Synced: 2025-03-21T08:48:42.824Z (7 months ago)
- Topics: compiler-design, lexical-analyzer, linux, tokens
- Language: C
- Homepage:
- Size: 35.2 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 - RA1911028010132This 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.