| Crates.io | xenon-codegen |
| lib.rs | xenon-codegen |
| version | 0.2.0 |
| created_at | 2025-03-19 23:39:07.644981+00 |
| updated_at | 2025-03-25 19:04:50.947323+00 |
| description | Codegen and AST for the Xenon programming language |
| homepage | |
| repository | https://github.com/ApplePieCodes/xenon-codegen |
| max_upload_size | |
| id | 1598720 |
| size | 31,125 |
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.