guile + tree-sitter
- C 55.9%
- Scheme 41%
- Makefile 1.9%
- M4 0.8%
- Shell 0.4%
| .github | ||
| .guix/modules | ||
| build-aux | ||
| doc | ||
| tests | ||
| ts | ||
| .gitignore | ||
| .guix-channel | ||
| .mailmap | ||
| ABOUT-NLS | ||
| AUTHORS | ||
| bootstrap | ||
| ChangeLog | ||
| channels-lock.scm | ||
| channels.scm | ||
| configure.ac | ||
| COPYING | ||
| guix.scm | ||
| INSTALL | ||
| Makefile.am | ||
| NEWS | ||
| pre-inst-env.in | ||
| README | ||
| ts.scm | ||
| version | ||
# -*- mode: org; -*- #+title: guile + tree-sitter * requirement: - guile 3.0 - tree-sitter - pkg-config - autoconf - automake - libtool - texinfo. * current state: - Poor documentation :: you can see tests/ directory for how to use. - Some tree-sitter C apis is miss. - Some apis are not friendly.