erg/crates/erg_compiler/lib
Shunsuke Shibayama 3c88aee6be
Merge pull request #447 from erg-lang/shape
Enhance compile-time verification capabilities
2023-08-10 08:11:40 +09:00
..
external Update __init__.d.er 2023-08-06 22:51:34 +09:00
pystd Update os type definition 2023-08-09 23:07:53 +09:00
std feat: add Array.get 2023-08-09 23:51:52 +09:00
std.d feat(els): improve doc-comment display 2023-04-28 23:48:45 +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.