Coder Social home page Coder Social logo

lwctb's Introduction

LWCTB

Language Which Compiles To BBJ

Parser

Import the package, and call the parse method to get an AST. Use npm test to test.

CLI (lwctbc)

Note: only --emit-parse and --emit-bin are currently supported. --emit-text is currently unimplemented and will be ignored

lwctbc is a command-line interface for the LWCTB compiler. There is currently no automatic setup; you must set up the compiler on your own. Here are instructions for that:

  1. Clone this repo.
  2. Run npm install -O* to install optional dependencies. Build with npm run build.
  3. Create a script lwctbc:
  • Windows: node build/cli.js -- %*
  • Linux: node build/cli.js -- $*
  1. Add it to the PATH for convenience.
  2. (Optional, will be guessed if omitted) Set environment variable LWCTBC_PLATFORM to your platform. w or windows for Windows, l or linux for Linux. If you want to use MinGW with LWCTB, set your platform to Linux.
  3. Set up the standard library: set environment variable LWCTBC_STD_DIR to the lwctbc-std directory in this repo. Alternatively, you can choose a different stdlib (this is useful if you are developing LWCTB)
  4. Profit.

* TODO: is that correct?

lwctb's People

Contributors

kepexx avatar ifcoltransg avatar

Watchers

James Cloos avatar Christina Hanson avatar  avatar

lwctb's Issues

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.