Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khaouitiabdelhakim/pascal-compiler
This repository contains a minimalistic Pascal compiler implemented in C, covering lexical and syntax analysis. It serves as a learning resource for understanding the fundamental aspects of compiler design. The code is intentionally kept concise to provide a clear insight into the key stages of lexical and syntax analysis in a compiler.
https://github.com/khaouitiabdelhakim/pascal-compiler
c-programming compiler lexical-analysis pascal pascal-programming syntax syntax-analysis
Last synced: 10 days ago
JSON representation
This repository contains a minimalistic Pascal compiler implemented in C, covering lexical and syntax analysis. It serves as a learning resource for understanding the fundamental aspects of compiler design. The code is intentionally kept concise to provide a clear insight into the key stages of lexical and syntax analysis in a compiler.
- Host: GitHub
- URL: https://github.com/khaouitiabdelhakim/pascal-compiler
- Owner: khaouitiabdelhakim
- Created: 2023-11-30T18:25:20.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-07T00:15:08.000Z (11 months ago)
- Last Synced: 2024-10-10T12:45:11.759Z (28 days ago)
- Topics: c-programming, compiler, lexical-analysis, pascal, pascal-programming, syntax, syntax-analysis
- Language: C
- Homepage: https://khaouitiapps.web.app/
- Size: 133 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pascal Compiler (Lexical & Syntaxic) in C
This repository contains a minimalistic Pascal compiler implemented in C, covering lexical and syntax analysis. It serves as a learning resource for understanding the fundamental aspects of compiler design. The code is intentionally kept concise to provide a clear insight into the key stages of lexical and syntax analysis in a compiler.
## Features:
- Lexical analysis for Pascal language
- Syntax analysis for Pascal language
- Implemented in C for simplicity and clarity## Getting Started:
1. Clone the repository.
2. Compile the source code using a C compiler.
3. Run the compiled executable with a Pascal source file as an argument.Feel free to explore and modify the code to enhance your understanding of compiler construction. Contributions and feedback are welcome!
Happy coding!