erg_compiler 0.6.23

Centimetre: the Erg compiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.HIGHEST_PROTOCOL: Nat
.DEFAULT_PROTOCOL: Nat

.dump!: (obj: Obj, file: PathLike, protocol := Nat) => NoneType
.dumps: (obj: Obj, protocol := Nat) -> Bytes
.load!: (
    file: PathLike,
    fix_imports := Bool,
    encoding := Str,
    errors := Str,
) => Obj
.loads: (
    data: Bytes,
    fix_imports := Bool,
    encoding := Str,
    errors := Str
) -> Obj