Frut Library
A no_std library for parsing, analyzing, and executing the Frut programming language. This library provides the core functionality for lexing, parsing, semantic analysis, and interpretation/compilation of Frut code.
Installation
To use frut_lib, first add this to your Cargo.toml:
[]
= "0.0.1"
Or run:
Usage
use ;
Features
- No-std compatible (uses only core and alloc)
- Modular architecture for extensibility
- Support for both interpretation and compilation workflows in the future