An open API service indexing awesome lists of open source software.

https://github.com/formulae-org/package-programming-js

Programming package for Fōrmulæ, in JavaScript
https://github.com/formulae-org/package-programming-js

block conditional-statements flowchart for-in for-loop formulae if-then if-then-else inverted-if javascript programming switch-case until-loop while-loop

Last synced: 2 months ago
JSON representation

Programming package for Fōrmulæ, in JavaScript

Awesome Lists containing this project

README

        

# package-programming-js

Programming package for the [Fōrmulæ](https://formulae.org) programming language.

Fōrmulæ is also a software framework for visualization, edition and manipulation of complex expressions, from many fields. The code for an specific field —i.e. arithmetics— is encapsulated in a single unit called a Fōrmulæ **package**.

This repository contains the source code for the **programming package**. It constains visualization and reduction for structured programming expressions.

The GitHub organization [formulae-org](https://github.com/formulae-org) encompasses the source code for the rest of packages, as well as the [web application](https://github.com/formulae-org/formulae-js).

### Capabilities ###

Visualization in two styles (flowchart and indented code), and reduction of the following expressions:

* Block
* If-then
* Inverted-If
* If-then-else
* Conditional
* Conditional switch
* Comparative switch
* Repeat for times
* Repeat from to
* Repeat for in
* Repeat while
* Repeat until