| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move all common utilities to `std/common.cup` | Mustafa Quraish | 2022-02-03 | 1 | -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 Rust | Mustafa Quraish | 2022-01-31 | 1 | -1/+1 |
| | | |||||
| * | Add `std/math.cup` with some common math functions | Mustafa Quraish | 2022-01-31 | 1 | -0/+22 |
| For now this is very limited, but shows the ability to import files! | |||||