aboutsummaryrefslogtreecommitdiff
path: root/std/math.cup
Commit message (Collapse)AuthorAgeFilesLines
* Move all common utilities to `std/common.cup`Mustafa Quraish2022-02-031-22/+0
| | | | | | In the future we can split this into multiple files if we need to, after we've added to ability to handle more complex input graphs without parsing the same file twice.
* Add .gitattributes to try to highlight code as RustMustafa Quraish2022-01-311-1/+1
|
* Add `std/math.cup` with some common math functionsMustafa Quraish2022-01-311-0/+22
For now this is very limited, but shows the ability to import files!