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.
Adds number support to the prototype. Binary operators are next.
Parses type annotations from the JSON output of `luau-ast`.
* Added Luau.Type.ToString