8.17
5.9 文
Originates from syntax object.
卩
connotation : identifier
originates from : 卩
originally means : identifier, token, certificate
Also can be seen as the short for 节.ideograph
connotation : identifier
originates from : 卩
originally means : identifier, token, certificate
Examples:
5.9.1
source location is especially called , which has fields we call: , , , , .
元
connotation : source location
originates from : 元
originally means : head, begining, original
Also can be seen as the short for 址, which exactly means address, location.
ideograph
connotation : source location
originates from : 元
originally means : head, begining, original
𢀖
connotation : column
originates from : 𢀖
originally means : the vertical line in the loom
Also can be seen as the short for 经.
ideograph
connotation : column
originates from : 𢀖
originally means : the vertical line in the loom
韦
connotation : line
originates from : 韦
originally means : the horizontal line in the loom
Also can be seen as the short for 纬.
Also can be seen as the short for 位, which exactly means position.
ideograph
connotation : line
originates from : 韦
originally means : the horizontal line in the loom
Examples:
5.9.2 刘 文化 文化云 云化文
刘 : 文 + 刂
connotation : unwrap syntax
originates from : 刘
originally means : a kind of weapon, kill
刂 especially means unwrap here when it comes to 文 as component in the character.ideograph
connotation : unwrap syntax
originates from : 刘
originally means : a kind of weapon, kill
Examples:
> (刘 #'a) 'a
> (刘 #'(a b c)) '(#<syntax:eval:2:0 a> #<syntax:eval:2:0 b> #<syntax:eval:2:0 c>)
> (文化 #'(a b c)) '(#<syntax:eval:3:0 a> #<syntax:eval:3:0 b> #<syntax:eval:3:0 c>)
> (文化云 #'(a b c)) '(a b c)
> (云化文 #f '(a b c)) #<syntax (a b c)>
5.9.3 基础例程
(require ming/racket/base) | package: ming |
transformer
transformer
transformer
卩? : 卩 + ?SFX = identifier?
transformer
: = syntax-source
transformer
: = syntax-line
transformer
: = syntax-column
transformer
: = syntax-position
transformer
: = syntax-span
transformer
transformer
文化 : 文 + 化 + = syntax->list
transformer
文化云 : 文 + 化 + 云 = syntax->datum
transformer
云化文 : 云 + 化 + 文 = datum->syntax