Skip to content

Demonstrandum/Schyntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schyntax

example program

Program by editing the syntax tree.

Goal is to have no parse step, just straight from AST to IR. Saves having to reparse entire files for only minor modifications.

Currently very ugly, bright and bold. Just a proof of concept.

Works especially well for languages aiming for homoiconicity.

Try it out

Run

$ python -m http.server
$ open http://localhost:8000

About

Program by editing the syntax tree.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors