codetree
Code parser
An indented code parser that generates a tree structure from various programming languages.
Parses indented code and returns a tree structure.
24 stars
3 watching
5 forks
Language: Go
last commit: about 6 years ago
Linked from 2 awesome lists
goparser
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | An Objective-C grammar for parsing the language used in iOS and macOS applications. | 14 |
| | A parsing library designed to efficiently parse programming languages | 72 |
| | A C implementation of a grammar parser for the Jq language | 3 |
| | A tool that uses tree-sitter grammars to search for structure in code files. | 301 |
| | A set of grammar rules for parsing JavaScript code using the tree-sitter parser | 7 |
| | Provides idiomatic Go input parsing with subcommands and flags at any position. | 860 |
| | A tool for parsing and manipulating Golang source code at compile-time | 62 |
| | A Menhir grammar definition for parsing and lexing C code in the Tree-Sitter parser framework. | 5 |
| | Provides a structured approach to parsing command-line arguments in Go | 2,046 |
| | A lightweight JavaScript library to generate SVG images of trees. | 17 |
| | A grammar for parsing SuperCollider code using the Tree-sitter parser | 43 |
| | A Tree-Sitter grammar file for parsing a specific programming language feature | 10 |
| | Tools for generating and verifying directory trees from Markdown, with a CLI, Go package, and Web interface. | 246 |
| | A tool that improves the Go programming language by providing syntactical sugar and tools to make code simpler and easier to read. | 66 |
| | A lightweight code preprocessor for Go that adds features like generics and HTML templating. | 43 |