erg/crates/erg_compiler/lib
2024-02-09 02:43:51 +09:00
..
core feat: add IrregularEq 2024-02-09 02:43:51 +09:00
core.d feat: add Predicate::General{Less, Greater, Not}Equal 2024-01-28 20:24:14 +09:00
external feat: add IrregularEq 2024-02-09 02:43:51 +09:00
pystd Update pathlib.d.er 2024-01-26 21:49:46 +09:00
std feat!: change constructor syntax: C::__new__() -> C() 2024-02-08 02:42:49 +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.