xenon-codegen

Crates.ioxenon-codegen
lib.rsxenon-codegen
version0.2.0
created_at2025-03-19 23:39:07.644981+00
updated_at2025-03-25 19:04:50.947323+00
descriptionCodegen and AST for the Xenon programming language
homepage
repositoryhttps://github.com/ApplePieCodes/xenon-codegen
max_upload_size
id1598720
size31,125
Alula (ApplePieCodes)

documentation

README

Xenon CodeGen

The Xenon Code Generator & AST Representation

This package functions similar to Rust's codegen crate, allowing an in-code representation of Xenon code in the form of Nodes. Every node impliments fmt::Display, and the to_string() function generates correct code that can be passed back into the parser.

TODOs

  • Into<T> for variants of enum types
  • Documentation
  • fmt::Display for All structs and enums
Commit count: 0

cargo fmt