erg_compiler 0.6.53

Centimetre: the Erg compiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Erg standard library with python

## std

There are methods and definitions of class objects used in Erg.

### Install development dependencies

```
pip install -e std[dev]
pip install -e std[test]
```

`std.egg-info` will be created.

## pystd

There are files of python type definitions for Erg.