Initial checkin of docs parsing. char is now unsigned, and signed char is "ichar".

This commit is contained in:
Christoffer Lerno
2021-01-29 18:25:15 +01:00
committed by Christoffer Lerno
parent 45c4f205bb
commit 4f064e7da2
57 changed files with 1105 additions and 497 deletions

View File

@@ -1,3 +1,3 @@
byte bar1 = '\xaf';
char bar2 = '\x0F';
char bar1 = '\xaf';
ichar bar2 = '\x0F';
ushort bar4 = '\u0FaF';