mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 12:24:45 +00:00
trifle
This commit is contained in:
parent
ad3fac86ac
commit
37abfb36d3
58 changed files with 244 additions and 386 deletions
|
@ -37,8 +37,8 @@
|
|||
|
||||
## PyStringObject
|
||||
|
||||
* ascii以外の文字を使うとPyUnicodeになる?
|
||||
* "あ", "𠮷", "α"だとPyUnicodeになった(もう使われていない?)
|
||||
* ascii以外の文字を使うとPyUnicodeになる?
|
||||
* "あ", "𠮷", "α"だとPyUnicodeになった(もう使われていない?)
|
||||
|
||||
* 0 byte: 0x73 (means 's')
|
||||
* 1~4 byte: length of string
|
||||
|
@ -53,7 +53,7 @@
|
|||
## PyShortAsciiObject
|
||||
|
||||
* shortと言っているが、100文字以上あってもこれになる
|
||||
* というかshortじゃないasciiはない(shortはデータ型?)
|
||||
* というかshortじゃないasciiはない(shortはデータ型?)
|
||||
|
||||
* 0 byte: 0xFA (means 'z')
|
||||
* 1~4 byte: length of string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue