talang icon indicating copy to clipboard operation
talang copied to clipboard

A custom programming language, specifically a lisp-dialect, implemented in Go, that we developed and use internally at Talon.One

Results 3 talang issues
Sort by recently updated
recently updated
newest added

The package `github.com/talon-one/lexer` is a parser, and there is parsing related code in `github.com/talon-one/token`. I think that clarifying the grammar and making a single package for parsing would be beneficial....

[Modules](https://github.com/golang/go/wiki/Modules) are the standard these days.

Each Error should contain an ErrorStack of the collected Errors See also: interpreter.go, testhelpers/helpers.go

enhancement