Code Monkey home page Code Monkey logo

lala's Introduction

lala

Testing ground for the parser for my language, Lala.

Lala uses a parsing expression grammar (PEG) and uses pest, a Rust library, for generating the parser.

Lala is a simple scripting language to quickly solve linear algebra problems.

It is inspired by array programming languages like APL and J, but specializing in matrix functions.

lala's People

Contributors

robertfeliciano avatar

Stargazers

Tomycat#0573 avatar JP Armstrong avatar

Watchers

 avatar

lala's Issues

add repl commands

stuff like the following:

  • /link which interprets a lala file and adds the variables that are declared to the repl's env
  • /interp which interprets and runs a lala file in the repl
  • /dbg which prints out the whole env (nicely)

add more compilation flags

stuff like the folliowing:

  • -l, --link to link other lala files and use the variables declared in them in another file. the whole compilation line would be like: lala -c file.lala -l supp1.lala supp2.lala ...

more to come. eventually. maybe.

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.