mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 12:51:10 +00:00
Implement Record/TupleTypeSpec
This commit is contained in:
parent
9a88266bde
commit
b28c6bd118
5 changed files with 83 additions and 4 deletions
13
compiler/erg_compiler/lib/pystd/platform.d.er
Normal file
13
compiler/erg_compiler/lib/pystd/platform.d.er
Normal file
|
@ -0,0 +1,13 @@
|
|||
.architecture!: () => Str
|
||||
.machine!: () => Str
|
||||
.node!: () => Str
|
||||
.platform!: () => Str
|
||||
.processor!: () => Str
|
||||
.python_build!: () => Str
|
||||
.python_compiler!: () => Str
|
||||
.python_branch!: () => Str
|
||||
.python_implementation!: () => Str
|
||||
.python_revision!: () => Str
|
||||
.python_version!: () => Str
|
||||
.python_version_tuple!: () => (Str, Str, Str)
|
||||
.uname!: () => {.system = Str; .node = Str; .release = Str; .version = Str; .machine = Str}
|
Loading…
Add table
Add a link
Reference in a new issue