interpreter

A simple intepreter written in java. (by bamless)

Interpreter Alternatives

Similar projects and alternatives to interpreter

  • Crafting Interpreters

    Repository for the book "Crafting Interpreters"

  • jstar

    A lightweight embeddable scripting language

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • jmurmel

    A standalone or embeddable JVM based interpreter/ compiler for Murmel, a single-namespace Lisp dialect inspired by Common Lisp

  • sof-language

    The Stack with Objects and Functions Programming Language, a pure stack-based reverse-polish-notation functional and object-oriented experimental programming language.

  • Nuua

    The Nuua Programming Language - A zero dependencies, high level strong typed, interpreted language built on the top of modern C++17.

  • OpenJ9

    Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.

  • JEvalExpr

    Extensible Java Library and Tool to parse, interpret, compile and execute commands written in a language SQL Like.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better interpreter alternative or higher similarity.

interpreter reviews and mentions

Posts with mentions or reviews of interpreter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-30.
  • Implementing a Call Stack
    2 projects | /r/ProgrammingLanguages | 30 Apr 2021
    Here you go: https://github.com/bamless/interpreter. Look at the interpret/memenv package. The implementation really couldn't be more simple: it is just a queue of frame objects. pushStackFrame is called when calling a function, and popStackFrame when hitting a return or a function end. The MemoryEnvironment is instantiated by the interpreter visitor so all parts of it have access to the memory. The variables themselves are kept in an hashmap inside each Frame. Not the most efficient way but fast enough for a tree walking interpreter
  • Is there a FULL guide about creating a statically typed bytecode interpreter in C/C++?
    3 projects | /r/ProgrammingLanguages | 22 Jan 2021
    https://github.com/bamless/interpreter/tree/master.

Stats

Basic interpreter repo stats
2
26
0.0
about 3 years ago

bamless/interpreter is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of interpreter is Java.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com