Skip to content

formulae-org/package-symbolic-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

package-symbolic-js

Symbolic package for the Fōrmulæ 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 encompasses the source code for the rest of packages, as well as the web application.

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