https://github.com/frinksy/fraxton-compiler
A compiler for the fraxton language
https://github.com/frinksy/fraxton-compiler
compiler programming-language
Last synced: 4 months ago
JSON representation
A compiler for the fraxton language
- Host: GitHub
- URL: https://github.com/frinksy/fraxton-compiler
- Owner: Frinksy
- License: gpl-3.0
- Created: 2018-10-26T13:59:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-14T18:36:24.000Z (about 7 years ago)
- Last Synced: 2025-02-21T17:17:42.556Z (12 months ago)
- Topics: compiler, programming-language
- Language: C++
- Homepage:
- Size: 86.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fraxton-compiler
### What is fraxton?
> Fraxton is a language created as an experiment. It is not intended to be powerful or speedy.
> I have only created it to learn more about languages and compilers.
#### How is it intended to function?
> Fraxton should compile down to C++ code
> In the future, it might compile to Assembly (once I have the skills to do so)
#### Can I use this compiler?
> Not yet.
> Only *part* of the lexer is functional for now....
#### When will it be available to use?
> As soon as I get it working!
> No release date is scheduled as I am learning every step of the way.
> If you would want to collaborate, feel free!
#### Progress :
> The lexer is almost complete
> The parser will be started soon
> Assembly will be researched