A BASIC interpreter written in golang.
-
Updated
Oct 18, 2021 - Go
{{ message }}
A BASIC interpreter written in golang.
A scripting language for .NET Core
The primary source code repository for Macaulay2, a system for computing in commutative algebra, algebraic geometry and related fields.
Looks like JavaScript, feels like Ruby, and it is a script language fitting in C programmers.
Jaws is an invisible programming language! Inject invisible code into other languages and files! Created for security research -- see blog post
Inko is a statically-typed, safe, object-oriented programming language for writing concurrent programs. This is a read-only mirror of https://gitlab.com/inko-lang/inko
Ethereal Language Reference Implementation (archived). Currently working on Feral
A lightweight, embeddable scripting language
Feral programming language reference implementation
Репозиторий курса "Как создать свой язык программирования"
Rashi Plus Plus - the new Hebrew scripting language
Primi language: A scripting language written in PHP.
Gosh is an interpreted language for Go ecosystem written in Go
Bourne shell, template engine, scripting language mission-critical, scalable projects. Based a ISO standard proven effective for large, mission-critical projects, SparForte is designed for fast development while, at the same time, providing easier designing, maintenance and bug removal. About 120.000 lines of code.
OpenXION - Reference Implementation of the XION Scripting Language
This is my personal library of code that is common to my different projects (Photosounder, SplineEQ, Spiral and others)
The Copper interpreted programming language / embeddable interpreter / virtual machine
Just another scripting language
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Docs will be updated to use a new layout, rather than everything on the one page.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Split the content into multiple pages, then we can
In the example below, there is a type error with a hint on what was the declaration of the problematic argument. However, fmt_int is from the standard library. The name of the file where it is defined would be a nice addition to debug multiple files projects.
A learning project implementing a statically typed embeddable programming language
Programming language with a tree-walking interpreter written in Rust©™.
An interpreted programming language
An interpreted programming language written in Go.
Like the Programming Languages Zoo but with esoteric languages.
bhl is a strictly typed programming language specifically tailored for gameplay logic scripting.
My own LISP dialect, crafted with love.
This is an update to the Grammer programming language.
Rusted Script is an advance programming language made by Rusted Studio.
Add a description, image, and links to the interpreted-programming-language topic page so that developers can more easily learn about it.
To associate your repository with the interpreted-programming-language topic, visit your repo's landing page and select "manage topics."
Originally, Array didn't have runtime-borrow capability and I made the (hasty) decision to base the
Arraystruct on usingCell<RawArray<T>>.It is clear that it makes far more sense to use
RefCellnow, both from a semantic and performance basis. The explicitborrowflagcan also be removed.Source:
interpreter/src/array.rs:42Book:
booksrc/chapter-interp-arrays.md