Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaces the interfaces implementation of Atom with a tagged union based impl... | Charlie Stanton | 2023-04-21 | 1 | -16/+16 |
* | Changes the implementation of Atomise and Compound to no longer use goroutines | Charlie Stanton | 2023-04-21 | 1 | -5/+5 |
* | Adds the NOT operator | Charlie Stanton | 2023-04-19 | 1 | -0/+24 |
* | Adds the reciprocal operator | Charlie Stanton | 2023-04-19 | 1 | -0/+34 |
* | Fixes internal error messages for arithmetic functions | Charlie Stanton | 2023-04-19 | 1 | -4/+4 |
* | Adds the negate operator | Charlie Stanton | 2023-04-19 | 1 | -0/+33 |
* | Combines sum and product into an arithmetic state that contains a function fo... | Charlie Stanton | 2023-04-19 | 1 | -0/+87 |