aboutsummaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorseyko <seyko2@gmail.com>2016-04-05 13:05:09 +0300
committerseyko <seyko2@gmail.com>2016-04-05 13:05:09 +0300
commit936819a1b90f2618bb3f86730189cf2895948ba0 (patch)
treed77903728370a38a3185f0ad8a2ae982e4405836 /win32
parentc9473a7529aa055afe0c50f4251ca2e0fd799de7 (diff)
downloadtinycc-936819a1b90f2618bb3f86730189cf2895948ba0.tar.gz
tinycc-936819a1b90f2618bb3f86730189cf2895948ba0.tar.bz2
utf8 in identifiers
made like in pcc (pcc.ludd.ltu.se/ftp/pub/pcc-docs/pcc-utf8-ver3.pdf) We treat all chars with high bit set as alphabetic. This allow code like #include <stdio.h> int Lefèvre=2; int main() { printf("Lefèvre=%d\n",Lefèvre); return 0; }
Diffstat (limited to 'win32')
0 files changed, 0 insertions, 0 deletions