erg_compiler 0.6.3

Centimetre: the Erg compiler
Documentation
1
2
3
4
5
6
7
.dump: (obj: Obj, fp: FileLike!) -> Str
.dumps: (obj: Obj,) -> Str
.load: (fp: File!,) -> Obj
.loads: (s: Str,) -> Obj

.JsonDecoder: ClassType
.JsonEncoder: ClassType