anko
Scripting language interpreter
An interpreter written in Go for scripting languages.
Scriptable interpreter written in golang
1k stars
47 watching
118 forks
Language: Go
last commit: 12 months ago
Linked from 2 awesome lists
goprogramming-language
Related projects:
Repository | Description | Stars |
---|---|---|
skx/gobasic | A BASIC interpreter written in Golang. | 329 |
mattn/efm-langserver | Language Server with customizable error message format and commands for various editors | 1,376 |
karlandr1/beryl | An embeddable scripting language with value semantics. | 31 |
ser1zw/mil | An interpreter and VM implementation for a lightweight programming language with basic data types and control structures. | 2 |
benhoyt/goawk | An AWK interpreter written in Go with CSV support, designed to run on Unix-like systems. | 1,943 |
glycerine/zygomys | An embedded scripting language that allows defining domain-specific languages with minimal fuss and maximum convenience using Go structs and reflection. | 1,720 |
ichiban/prolog | An embeddable Prolog interpreter written in Go. | 627 |
tuqqu/oxide-lang | An interpreter for a scripting language with a Rust-inspired syntax | 129 |
abs-lang/abs | A language designed to combine the benefits of scripting languages like Python and Ruby with the convenience of Bash for terminal scripting. | 522 |
egel-lang/egel | An interpreter for an untyped concurrent functional scripting language with a concise syntax | 80 |
cozis/noja | An experimental interpreter for a basic programming language designed as an educational reference | 90 |
akamensky/argparse | Provides a flexible and easy-to-use command line argument parsing solution for Go programs. | 611 |
dbohdan/embedded-scripting-languages | A list of embedded scripting languages to use in applications. | 1,299 |
sekomer/victim | An interpreted scripting language written in Haskell with a simple syntax and clean alternatives to traditional control flow constructs. | 41 |