https://github.com/davealdon/luthik-programming-language
A new programming language called Luthik using Swift as an interpreter
https://github.com/davealdon/luthik-programming-language
Last synced: about 1 year ago
JSON representation
A new programming language called Luthik using Swift as an interpreter
- Host: GitHub
- URL: https://github.com/davealdon/luthik-programming-language
- Owner: DaveAldon
- Created: 2016-08-30T04:06:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-19T04:47:53.000Z (over 9 years ago)
- Last Synced: 2025-03-26T06:06:35.580Z (about 1 year ago)
- Language: Swift
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Luthik-Programming-Language
Luthik is a new interpreted programming language I am working on, and this project serves several purposes:
1. To better understand how interpreted and compiled languages operate
2. To learn how to write scripts in Swift
3. To create a programming language!
To run the project in its current state, Luthik assumes the following:
1. You have the ability to compile Swift scripts on a Mac OS via "swiftc" or other means
2. You have a Luthik source file called "luthiksyntax.luthik" located in your Documents folder.