An open API service indexing awesome lists of open source software.

https://github.com/alanvf/star-lang-specification

Work in progress specs for the Star programming language
https://github.com/alanvf/star-lang-specification

consistency llvm object-oriented objective-c programming-language star

Last synced: 6 months ago
JSON representation

Work in progress specs for the Star programming language

Awesome Lists containing this project

README

          

# Star specification
[Star](https://github.com/ALANVF/star) is an experimental language made to be powerful, productive, and predictable.

## Explanations of the random folders you see
- design: This folder contains documents talking about design choices/explanations for Star.
- examples: This folder contains various examples (mostly from Rosetta code) of programs written in Star. Nothing is final.
- syntax: This folder contains formal syntactic specification for Star.
- concepts: This folder contains experimental ideas I've come up with for Star. Nothing is guaranteed to actually be added.
- tools: This folder contains helpful stuff like syntax highlighting for Star for various editors. Will probably be moved once I put the actual language project on GitHub.
- revisions: This stuff in this folder keeps a record of changes to Star and this repo.