Crate gent

Crate gent 

Source
Expand description

GENT - A programming language for AI agents

Re-exports§

pub use errors::GentError;
pub use errors::GentResult;
pub use errors::Span;

Modules§

config
Configuration loading for GENT
errors
Error types for the GENT programming language
interpreter
Interpreter module for GENT
lexer
Lexer module for GENT - uses pest for parsing
logging
Logging infrastructure for GENT
parser
Parser module for GENT - transforms pest CST to AST
runtime
Runtime components for GENT