An open API service indexing awesome lists of open source software.

https://github.com/demonstrandum/schyntax

Program by editing the syntax tree.
https://github.com/demonstrandum/schyntax

Last synced: 9 months ago
JSON representation

Program by editing the syntax tree.

Awesome Lists containing this project

README

          

# 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

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