https://github.com/ibrahimsharaf/pascal-compiler
A Compiler for Pascal programming language built using Gold parser connected with a C# application.
https://github.com/ibrahimsharaf/pascal-compiler
compilers lexical-analysis semantic-parser
Last synced: about 1 year ago
JSON representation
A Compiler for Pascal programming language built using Gold parser connected with a C# application.
- Host: GitHub
- URL: https://github.com/ibrahimsharaf/pascal-compiler
- Owner: ibrahimsharaf
- Created: 2016-12-04T23:38:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T22:57:17.000Z (over 9 years ago)
- Last Synced: 2025-02-08T15:14:55.564Z (over 1 year ago)
- Topics: compilers, lexical-analysis, semantic-parser
- Language: C#
- Size: 27.3 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Pascal-Compiler
* A simple Pascal compiler built using Gold Parser and C#.
* Stages finished:
* Lexical Analysis
* Semantic Analysis
* Semantic Analysis