Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aleph2py

Standalone transpiler from Aleph to Python. Reads Aleph source from stdin, writes Python to stdout.

Prerequisites

  • Rust installed on your system

Build & run

cargo build --release
echo "3 + 4" | ./target/release/aleph2py

Output:

3 + 4

Pipeline

stdin → aleparser → constantfolding → pythongen → stdout

Related

  • aleparser — Aleph parser
  • pythongen — Python code generator
  • alephc — full compiler with multiple input/output targets

About

Aleph to Python transpiler. Exemple of transpiler with Aleph-Syntax-Tree

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages