Skip to content

JSON Format Specification

Miguel Guthridge edited this page Aug 21, 2021 · 1 revision

Currently, the output is relatively simple, although this will be developed and extended in the future to potentially contain information about token types, which will allow external applications to easily colourise output.

Input:

String

Output:

Set

Definitions

Name Description Type Contains
Set Set of solutions List Solutions
Solution One potential solution to the input List (Tuple) Equations, Evaluations
Equations The list of equations that make up the solutions List Strings
Evaluations The list of simplified sub-expressions that weren't equations List Strings
Clone this wiki locally