Commit graph

8 commits

Author SHA1 Message Date
Lily Brown
bb7af77ff3 test concat 2022-03-02 15:03:19 -08:00
Lily Brown
d700c08e9d Merge branch 'main' into prototyping-strings 2022-03-02 14:13:55 -08:00
Alan Jeffrey
c5477d522d
Prototyping strict mode (#399)
* First cut of strict mode

Co-authored-by: Lily Brown <lily@lily.fyi>
2022-03-02 16:02:51 -06:00
Lily Brown
f597d81965 Merge branch 'main' into prototyping-strings 2022-02-24 13:48:26 -08:00
Lily Brown
0bd21762ae
Prototype bools and relational operators (#387)
Prototypes booleans and relational operators.

As part of this I removed `FFI/Data/Bool.agda`, because it was getting in the way - we already use `Agda.Builtin.Bool` instead for other cases.
2022-02-24 11:17:46 -08:00
Lily Brown
79da27f9dd strings 2022-02-23 15:44:31 -08:00
Lily Brown
cd18adc20e
Prototyping: binary operations (#377)
Adds support for binary operations on numbers.
2022-02-22 15:52:56 -08:00
Lily Brown
1ac64af484
Prototyping: Revise CI (#371)
Introduces a test runner with test cases. Also significantly overhauls the GHA configuration.
2022-02-17 17:15:33 -08:00