Parsing
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 130 public repositories matching this topic...
Parser and generator of M3U8-playlists for Apple HLS. Library for Go language. 🎦
-
Updated
Dec 8, 2024 - Go
Expression evaluation in golang
-
Updated
Nov 28, 2024 - Go
GraphQL Router / API Gateway framework written in Golang, focussing on correctness, extensibility, and high-performance. Supports Federation v1 & v2, Subscriptions & more.
-
Updated
Dec 22, 2024 - Go
A ⚡ lightweight Go package to parse, analyze and extract metadata from Portable Executable (PE) binaries. Designed for malware analysis tasks and robust against PE malformations.
-
Updated
Dec 2, 2024 - Go
Code generator for fast log file parsers
-
Updated
Nov 12, 2024 - Go
Parse and generate m3u8 playlists for Apple HTTP Live Streaming (HLS) in Golang (ported from gem https://github.com/sethdeckard/m3u8)
-
Updated
Dec 24, 2022 - Go
A Go library to parse and serialize HTTP structured field values
-
Updated
Aug 20, 2024 - Go
Reload Go code in a running process at function/method level granularity, using Yaegi
-
Updated
Aug 1, 2024 - Go
- Followers
- 10.6k followers
- Wikipedia
- Wikipedia