/dropbear

LISP based programming language

Primary LanguageJavaScript

Dropbear

image

About

Dropbear is a LISP based programming language. The test for various features are written in jest.

To code in Dropbear just type npm run in the terminal inside the root directory.

npm link command inside the root directory can globalize the language on the local machine. The user can then type dropbear to access the CLI.

At the moment basic arthimetic operations and variable assignment are supported.

Example:

(add 5 (subtract 2 1)) returns 6

(set x 5) sets x to 5

The given language is written in JavaScript and can be transpiled to JavaScript using Babel.

See a Bug or Typo?

Pull requests are welcome!