Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NFestoso/Compiler
Front-end Platypus compiler implemented in C. Includes Buffer, Scanner, and Parser. Platypus is a language comprised of parts from a variety of other languages.
https://github.com/NFestoso/Compiler
buffer c compiler demo example finite-automata grammar interpreter lexical-analysis parser scanner
Last synced: about 2 months ago
JSON representation
Front-end Platypus compiler implemented in C. Includes Buffer, Scanner, and Parser. Platypus is a language comprised of parts from a variety of other languages.
- Host: GitHub
- URL: https://github.com/NFestoso/Compiler
- Owner: NFestoso
- Created: 2019-01-25T16:35:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-25T21:59:44.000Z (almost 6 years ago)
- Last Synced: 2024-08-03T18:16:37.867Z (5 months ago)
- Topics: buffer, c, compiler, demo, example, finite-automata, grammar, interpreter, lexical-analysis, parser, scanner
- Language: C
- Homepage:
- Size: 65.4 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - Compiler
README
# Compiler
Front-end Platypus compiler implemented in C. Includes Buffer, Scanner, and Parser. Platypus is a language comprised of parts from a variety of other languages.## Build Environment
- Visual Studio 2015
- Visual C Redistributable for Visual Studio 2015## Date Created
January, 2018## Authors
- Nathan Festoso
- Billy Saint-Fort