Lily Brown
6c923b8802
Prototyping: strings ( #390 )
2022-03-02 15:26:58 -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
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
cd18adc20e
Prototyping: binary operations ( #377 )
...
Adds support for binary operations on numbers.
2022-02-22 15:52:56 -08:00
Alan Jeffrey
fc33b0c702
Fix evaluation rule for function application ( #375 )
2022-02-18 16:47:23 -06:00
Alan Jeffrey
e0a9bc191a
Prototype: added syntax for optional type annotations ( #358 )
2022-02-11 19:03:26 -06:00
Alan Jeffrey
5187e64f88
Implement a prototype interpreter ( #353 )
...
* First cut interpreter
2022-02-09 17:14:29 -06:00