1
0
Fork 0

Corrected more things, started adding functions documentation.

This commit is contained in:
Thomas Touhey 2017-02-20 22:56:09 +01:00
parent 527d6cd22e
commit e04879b0ff
3 changed files with 425 additions and 203 deletions

View File

@ -1,11 +1,11 @@
# Unknown/unused/undocumented characters (in default set)
People should investigate on these. Maybe they're used but I forgot to include
them. Maybe they're not used ('@'), yet. Oh, and I may have forgotten some.
them. Maybe they're not used ('@' or 0xLL40 where 0xLL is the lead character),
yet. Oh, and I may have forgotten some.
0x90
0x9D
0xD2
0xF8
0x7F03
0x7F07
@ -58,29 +58,24 @@ them. Maybe they're not used ('@'), yet. Oh, and I may have forgotten some.
0xF95F-0xF96C
0xF96E-0xF97F
0xF998-0xF99F
0xF9BC-0xF9DF
0xF9BE-0xF9DF
0xF9E4-0xF9E7
0xF9F3-0xF9FA
0xF9FF
0xE500
0xE51E
0xE51F
0xE536-0xE53F
0xE559-0xE55F
0xE57F
0xE5A8-0xE5BF
0xE5DD-0xE5FF
0xE5A8-0xE5AF
0xE5E0-0xE5FF
0xE600
0xE636-0xE63F
0xE64F
0xE659-0xE65F
0xE67F
0xE694-0xE695
0xE6AB-0xE6AE
0xE6BA
0xE6D6
0xE6DA
0xE6DF-0xE6FF
0xE700

View File

@ -9,6 +9,13 @@
id: Latin Capital
prefix: Latin Capital
sub:
-
id: Squared
prefix: Squared
sub:
-
id: Negative
prefix: Negative
-
id: Mini
prefix: Mini
@ -80,7 +87,19 @@
#******************************************************************************#
-
id: Statement
type: function
par: true
suffix: Statement
-
id: Object
type: object
par: false
suffix: Statement
-
id: Function
type: function
par: true
suffix: Function
-
id: Unit
suffix: Unit

File diff suppressed because it is too large Load Diff