search for: writtel

Displaying 1 result from an estimated 1 matches for "writtel".

Did you mean: written
2017 Jan 23
2
Linking Linux kernel with LLD
Our tokenizer recognize [A-Za-z0-9_.$/\\~=+[]*?\-:!<>]+ as a token. gold uses more complex rules to tokenize. I don't think we need that much complex rules, but there seems to be room to improve our tokenizer. In particular, I believe we can parse the Linux's linker script by changing the tokenizer rules as follows.