Skip to content

Latest commit

Β 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Custom Language Parser A simple custom programming language parser built from scratch in Go (Golang), featuring a lexer, tokenization, and parser implementation.

This project is mainly focused on learning how programming languages work internally, from source code to structured syntax.

πŸ“ Project Structure

custom-language-parser/
β”‚
β”œβ”€β”€ archives/       # Previous versions and experiments
β”‚
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ ast/        # Abstract Syntax Tree definitions
β”‚   β”œβ”€β”€ lexer/      # Lexical analysis and tokenization
β”‚   β”œβ”€β”€ parser/     # Parser and grammar implementation
β”‚   └── main.go     # Application entry point

About

Custom language parser

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages