axion-lang/Axion
Experimental programming metalanguage, targeting on intertranspiling with other languages.
Axion helps developers translate code written in its unique language into other common programming languages like C# and Python. It takes Axion source code and converts it into equivalent code in your chosen target language. This tool is for software developers and architects who work with multiple programming languages and are looking to define custom language syntax or quickly implement design patterns.
No commits in the last 6 months.
Use this if you are a developer who needs to write code once and translate it into different high-performance languages, or if you want to create highly expressive, custom domain-specific language constructs.
Not ideal if you are looking for a tool to convert existing C# or Python code into another language, or if you are not comfortable working with experimental language toolsets.
Stars
19
Forks
2
Language
C#
License
GPL-3.0
Category
Last pushed
May 11, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/axion-lang/Axion"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
javaparser/javaparser
Java 1-25 Parser and Abstract Syntax Tree for Java with advanced analysis functionalities.
asmjit/asmjit
Low-latency machine code generation
lioncash/biscuit
A runtime code generator for RISC-V
llvm-hs/llvm-hs-pretty
Pretty printer for LLVM AST to Textual IR
bytexenon/Tiny-Lua-Compiler
⛄Possibly the smallest Lua compiler ever