This extends the shell of llvm-rc tool with the ability of tokenization of the input files. Currently, ASCII and ASCII-compatible UTF-8 files are supported.
This is an LLVM reimplementation of PoC tool by Nico Weber.
Differential D35957
[llvm-rc] Add .rc scripts tokenizer. mnbvmar on Jul 27 2017, 2:57 PM. Authored by
Details This extends the shell of llvm-rc tool with the ability of tokenization of the input files. Currently, ASCII and ASCII-compatible UTF-8 files are supported. This is an LLVM reimplementation of PoC tool by Nico Weber.
Diff Detail
Event Timeline
Comment Actions This seems basically done. @zturner do you have any unaddressed comments?
|