Crate yagbas

Source
Expand description

Yagbas is a compiler for a language of the same name.

  • This package is on crates.io so that people can cargo install yagbas and get the compiler that way.
  • Only the compiler’s command line interface and the language that it compiles are covered by the semantic version number.
  • The library content of the yagbas package (the documentation you’re reading right now) is NOT covered by the semantic version of the package.

Modules§

asm
ast
errors
file_span
file_spanned
internal_iterator_rec
mir
src_file
str_id

Macros§

statement_recovery_strategy
This is a macro instead of a function because I can’t figure out what type signature to put on this expression so that Rust lets me actually use the darn thing.

Functions§

read_src_files