ast
A grammar describes the syntax of a programming language, and might be defined in Backus-Naur form (BNF). A lexer performs lexical analysis, turning text into tokens. A parser takes tokens and builds a data structure like an abstract syntax tree (AST). The parser is concerned with context: does the sequence of tokens fit the grammar? A compiler is a combined lexer and parser, built for a specific grammar.
Here are 206 public repositories matching this topic...
A parser library for Go
-
Updated
Nov 12, 2024 - Go
SQL interface to git repositories, written in Go. https://docs.sourced.tech/gitbase
-
Updated
Oct 19, 2023 - Go
GraphQL Router / API Gateway framework written in Golang, focussing on correctness, extensibility, and high-performance. Supports Federation v1 & v2, Subscriptions & more.
-
Updated
Nov 11, 2024 - Go
Mathematical expression parsing and calculation engine library. 数学表达式解析计算引擎库
-
Updated
Aug 23, 2023 - Go
Syntax-aware grep for PHP code.
-
Updated
Apr 29, 2024 - Go
⚡️ Automatically add Trace Spans to Go methods and functions
-
Updated
Nov 6, 2024 - Go
- Followers
- 10.5k followers
- Wikipedia
- Wikipedia