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
- Host: GitHub
- URL: https://github.com/formulae-org/package-programming-js
- Owner: formulae-org
- License: agpl-3.0
- Created: 2023-04-15T22:37:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-30T01:22:43.000Z (2 months ago)
- Last Synced: 2025-03-30T02:25:21.604Z (2 months ago)
- Topics: block, conditional-statements, flowchart, for-in, for-loop, formulae, if-then, if-then-else, inverted-if, javascript, programming, switch-case, until-loop, while-loop
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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