Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/geky/qadte

Quick and dirty tree editor
https://github.com/geky/qadte

Last synced: 1 day ago
JSON representation

Quick and dirty tree editor

Awesome Lists containing this project

README

        

## A quick and dirty tree editor

Currently contains a mostly-incomplete parser for C, but the idea is
it should be easy enough to extend [tokenizer.rs](src/tokenizer.rs) and
[parser.rs](src/parser.rs) as needed.

Edit [`edit`](src/edit.rs) to describe the desired tree transformation
then build and run:

```
$ make
$ ./qadte input.c --dump-tokens
$ ./qadte input.c --dump-tree
$ ./qadte input.c -o output.c
```