Skip to content

Cirru/cirru-edn.mbt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiye/cirru-edn

Experimental port from cirru-edn.rs .

moon install tiye/cirru-edn

import it as edn:

match @edn.parse?(demo) {
  Ok(x) => {
    println(x.to_string())
    println(@edn.format?(x, false).unwrap())
  }
  Err(e) => println("error:" + e.to_string())
}

TODO

  • tests
  • any ref