https://github.com/formulae-org/package-symbolic-js
Symbolic package for Fōrmulæ, in JavaScript
https://github.com/formulae-org/package-symbolic-js
assignments formulae global-scope javascript lambda-application lambda-expressions local-scopes return symbolic symbols
Last synced: 2 months ago
JSON representation
Symbolic package for Fōrmulæ, in JavaScript
- Host: GitHub
- URL: https://github.com/formulae-org/package-symbolic-js
- Owner: formulae-org
- License: agpl-3.0
- Created: 2023-04-14T04:57:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T04:42:12.000Z (3 months ago)
- Last Synced: 2025-02-24T05:29:49.244Z (3 months ago)
- Topics: assignments, formulae, global-scope, javascript, lambda-application, lambda-expressions, local-scopes, return, symbolic, symbols
- Language: JavaScript
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# package-symbolic-js
Symbolic 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 **symbolic package**. It is intended for symbol management.
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 ###
* Symbol visualization and edition for creation
* Global or local Assignment of an expression to a symbol
* Undefinition of a symbol
* Function creation and desreferencing
* **Return** expression, for returning from inside a function
* Lambda expression
* Lambda application
* Lambda builder