D
D
doublench212016-07-25 14:24:39
C++ / C#
doublench21, 2016-07-25 14:24:39

Where can I look at the sources of the (complete) lexical analyzer of the C language?

I would like to see a real C lexical analyzer. C11 would be better.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
saltydogd, 2016-07-25
@saltydogd

Should suit : A single unified parser for C, Objective C, C++, and Objective C++
Github

S
Stanislav Makarov, 2016-07-25
@Nipheris

https://github.com/llvm-mirror/clang/blob/master/l...

J
jcmvbkbc, 2016-07-25
@jcmvbkbc

repo.or.cz/tinycc.git/blob/HEAD:/tccgen.c

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question