https://github.com/thutasann/go-parser
Custom Language Parser in Golang
https://github.com/thutasann/go-parser
golang parser
Last synced: 12 months ago
JSON representation
Custom Language Parser in Golang
- Host: GitHub
- URL: https://github.com/thutasann/go-parser
- Owner: thutasann
- Created: 2025-07-12T10:56:59.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-07-12T11:04:41.000Z (12 months ago)
- Last Synced: 2025-07-12T13:08:05.861Z (12 months ago)
- Topics: golang, parser
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom Language Parser in Golang
A simple custom parser written in Go that lexes and parses a toy programming language. Built for fun, learning, and experimenting with language processing.
## ✨ Features
- Basic lexer/tokenizer
- Pratt parsing
- Supports arithmetic expressions and variable assignments
- Clean and minimal Go code