Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 857 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 857 Bytes

Star specification

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.