[][src]Crate zypo_rs

About

Developer hooks for the zypo-rs compiler frontend. Please read the README.md (found here for general usage information).

Other documentation for zypo-rs

Below are the sub-dependancies of the zypo-rs compiler frontend which are relied upon for compiling a Zypo program.

Structs

ZypoCLI

Welcome to the refrence compiler for the Zypo programming language!

Functions

gen_ast

Parses and generates an AST in the friendly markdown format for a given string input.

get_file_text

Frontend function for displaying text from a specified PathBuf.

string_to_upper

Capitalizes first letter of string. Example: hello there would become Hello there.