Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vogon101/slang
A basic programming language built in scala
https://github.com/vogon101/slang
Last synced: about 1 month ago
JSON representation
A basic programming language built in scala
- Host: GitHub
- URL: https://github.com/vogon101/slang
- Owner: vogon101
- Created: 2015-12-22T15:56:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-16T13:30:13.000Z (almost 9 years ago)
- Last Synced: 2023-08-10T22:03:33.470Z (over 1 year ago)
- Language: Scala
- Size: 6.57 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SLang
A basic programming language built in scala. It is designed to be easily integrated with existing JVM languages to provide a way to dynamically extend it at runtime. It is not meant to be a full
programming language. It is mostly a learning exercise.There are two versions. SLang0 is the older, less complete version. It forms the base for the current version 1.0. SLang One is nearing release.
## TODOs
* Add better list construction
* Compile to runnable jar
* Make scripting adapter
* This will make it easier to use SLang as a scripting module in other projects
* ie for easy game modding
* Operator overloading