outrun/outrun-compiler
James Harton 2907fff1f6 improvement: Some small type system improvements:
* `Type::LateSelf` which stands in for `Self` in protocol function definitions.
  * Correctly reference `Self` and `Self.` types when compiling.
  * Warn when functions have no body outside of protocols.
2022-09-26 12:13:26 +13:00
..
src improvement: Some small type system improvements: 2022-09-26 12:13:26 +13:00
Cargo.toml fix(deps): update rust crate textwrap to 0.15.1 2022-09-23 18:03:55 +12:00
LICENSE.md wip: wtf I don't even know any more, 2022-08-09 12:40:22 +12:00
README.md wip: working on the compiler. 2022-08-09 12:40:22 +12:00

Hippocratic License HL3-FULL Issues

🌅 Outrun Lexer

This crate is the compiler for the Outrun programming language.

It is deliberately simple as we're still in the bootstrapping phase of development.

License

Outrun Lexer is distributed under the terms of the the Hippocratic Version 3.0 Full License.

See LICENSE.md for details.