An open API service indexing awesome lists of open source software.

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

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