https://github.com/bullheadandplato/compiler-palm-tree
CS462 term project. lexical analyzer and parser for/in C++ language
https://github.com/bullheadandplato/compiler-palm-tree
compiler lexical-analyzer parser
Last synced: 2 months ago
JSON representation
CS462 term project. lexical analyzer and parser for/in C++ language
- Host: GitHub
- URL: https://github.com/bullheadandplato/compiler-palm-tree
- Owner: bullheadandplato
- License: gpl-3.0
- Created: 2016-12-19T15:12:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-16T18:23:47.000Z (about 8 years ago)
- Last Synced: 2025-02-15T14:51:54.409Z (4 months ago)
- Topics: compiler, lexical-analyzer, parser
- Language: C++
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# compiler-palm-tree
CS462 term project. lexical analyzer and parser for C++ language
# Requirments
1. C++ knowledge
2. Familiar with QT
3. QT 5.7 or above# Process
Clone the project and open it in QT. simple enough!!!
# License
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .