diff options
| author | seyko <seyko2@gmail.com> | 2016-04-05 13:05:09 +0300 |
|---|---|---|
| committer | seyko <seyko2@gmail.com> | 2016-04-05 13:05:09 +0300 |
| commit | 936819a1b90f2618bb3f86730189cf2895948ba0 (patch) | |
| tree | d77903728370a38a3185f0ad8a2ae982e4405836 /il-opcodes.h | |
| parent | c9473a7529aa055afe0c50f4251ca2e0fd799de7 (diff) | |
| download | tinycc-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 'il-opcodes.h')
0 files changed, 0 insertions, 0 deletions
