1.1.2 • Published 4 years ago

lfr-forms-evaluator v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Liferay Forms Evaluator in JavaScript

Installation

yarn

Running

To run the REPL, run:

yarn start

Now you can start evaluating expressions. For every line you type in the interpreter will evaluate it and print out the tokens list, AST and finally evaluate the expression and display the result.

If we try out the following expression:

print(2 * 5 / (5.2 - 4) == 3)

The interpreter should output:

Interpreter output.

Try it out!

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago