fspl/entity
Sasha Koshka b6cc02fcb8 Change interface prefix from ? to ~
? will eventually be used in place of * to denote an optional
pointer, and ~ already means "approximation", which works well for
a polymorphic data structure.
2024-02-08 04:10:11 -05:00
..
expression.go Loll oops 2024-02-08 02:22:57 -05:00
literal.go Unify entity.Statement and entity.Expression 2024-02-08 02:22:19 -05:00
misc.go Added string constructor for entity.Operator 2024-02-08 00:29:24 -05:00
scope.go Fixed scope OverVariables stopping immediately 2023-11-26 04:01:55 -05:00
toplevel.go Un-participle-ify entity.Access 2024-02-06 02:27:09 -05:00
type.go Change interface prefix from ? to ~ 2024-02-08 04:10:11 -05:00