erg/crates/erg_compiler/lib
2023-11-18 16:04:51 +09:00
..
external feat: add erg_compiler/erg_parser type decls 2023-11-18 16:04:51 +09:00
pystd feat: add tomllib module 2023-10-16 13:31:05 +09:00
std feat: add Float.nearly_eq 2023-11-07 02:30:08 +09:00
std.d fix: dict update! bug 2023-10-14 21:38:12 +09:00
.gitignore feat(python): add pyproject for dep 2023-03-16 22:00:08 +09:00
LICENCE feat(python): add pyproject for dep 2023-03-16 22:00:08 +09:00
README.md feat(python): add pyproject for dep 2023-03-16 22:00:08 +09:00

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.