https://github.com/t145/craft
CraftLang - Minimalistic syntax inspired by Assembly
https://github.com/t145/craft
Last synced: 8 months ago
JSON representation
CraftLang - Minimalistic syntax inspired by Assembly
- Host: GitHub
- URL: https://github.com/t145/craft
- Owner: T145
- License: gpl-3.0
- Created: 2017-10-20T22:00:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-23T21:16:59.000Z (over 8 years ago)
- Last Synced: 2025-02-05T23:02:59.778Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 462 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to Craft!
CraftLang is a minimalistic programming language inspired by Assembly,
as well as various OOP and scripting languages.
The goal of craft is to mainly be a proof-of-concept for a universal programming language, i.e. can compile in multiple different languages.
Right now, its compiler and interpreter is being written in Java, since it's popular and easy to play around with.