Skip to content

Apzhyn/sedu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEDU

SEDU is a silly data parsing lang i made in Rust for err.. Fun!!!!

Usage (Python)

import sedu

print(sedu.run_sedu("""
a: hello
print: $a
"""))

Output

['hello']

Installing

pip install sedu-parse

Building

You will need Cargo and pip.

pip install maturin
maturin build --release