Git Product home page Git Product logo

yasl's Introduction

YASL

Bytecode Interpreter for Yet Another Scripting Language (YASL). More information can be found here: https://yasl-lang.github.io/docs/. An online interpreter (that you can use to try YASL from your browser without downloading anything) can be found here: https://yasl-lang.github.io/playground/interpreter.html.

Installation

YASL can be compiled from source with the following commands:

git clone https://github.com/yasl-lang/yasl.git
cd yasl
cmake --configure .
cmake --build .

You should then be able to type ./YASL -V from within the yasl directory, which should print out the current version of YASL. YASL is not installed on your path, although doing so is easy.

Running YASL Code

A YASL script can be run using ./YASL filename. This will search in the current directory (same directory as YASL) for a file named filename, and run it.

Running Tests

$> chmod +x tests
$> ./tests

Tests should execute with exitcode 0. If they do not, either there's a bug or your installation was incorrect.

Feature Requests

If you find yourself desiring a feature that YASL is missing, please open an issue on this repo with the feature-request tag, and outline what feature you want. There's no need to provide an implementation at this stage, just explain on the issue what you want added. This doesn't guarantee that I will add it. If I do, I'll open another isssue asking for an implementation of the feature, which can then be added to YASL once it's complete.

yasl's People

Contributors

bobheadxi avatar coffeetableespresso avatar gadget114514 avatar nolongerbreathedin avatar ryco117 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.