1
0
Fork 0
mirror of https://github.com/luau-lang/luau.git synced 2025-04-07 20:30:53 +01:00
Commit graph

8 commits

Author SHA1 Message Date
Alan Jeffrey
d37d0c857b
Prototype: Renamed any/none to unknown/never ()
* Renamed any/none to unknown/never
* Pin hackage version
* Update Agda version
2022-04-09 00:07:08 -05:00
Alan Jeffrey
7721955ba5
Prototyping: add semantic subtyping ()
Adds subtyping to strict mode.
2022-03-23 15:02:57 -05:00
Lily Brown
6c923b8802
Prototyping: strings () 2022-03-02 15:26:58 -08:00
Alan Jeffrey
c5477d522d
Prototyping strict mode ()
* 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 ()
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 ()
Adds support for binary operations on numbers.
2022-02-22 15:52:56 -08:00
Lily Brown
7f867ac166
Prototyping: numbers ()
Adds number support to the prototype. Binary operators are next.
2022-02-18 11:09:00 -08:00
Lily Brown
1ac64af484
Prototyping: Revise CI ()
Introduces a test runner with test cases. Also significantly overhauls the GHA configuration.
2022-02-17 17:15:33 -08:00