20
zacg
6y

A dynamically typed scripting language written in Go

Project Type
Existing open source project
Summary

A dynamically typed scripting language written in Go

Description
This is a language I’m writing in Go (it doesn’t have a name yet - I’m open to suggestions). It’s dynamically typed and has a unique type system (based on models). The lexer is easy to add new tokens to, since it uses regexes. The parser uses the Pratt parsing method so operator precedence is easy. There’s a huge TODO list in the reader. Does anyone want to contribute?
Tech Stack
Just pure Go
Current Team Size
1
URL
Comments
Add Comment