[][src]Module zypo_rs::cli

CLI backend containing various small hooks to utility functions and small cli features.

Structs

ZypoCLI

Welcome to the refrence compiler for the Zypo programming language!

Functions

cut_input

Truncates input to trunc.

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.