Skip to content

Files

Latest commit

 

History

History
9 lines (5 loc) · 507 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 507 Bytes

Sbrite Programming Language

Sbrite is an experimental programming language idea aiming to minimise language features in favour of reusing similar concepts.

Check out the Basics to get started or jump straight into the Examples to see how some concepts can be used together.

Parser

There's a parser in progress being built with C# and Sprache. Maybe this can evolve into a proper interpretor or compiler.