aboutsummaryrefslogtreecommitdiff
path: root/src/stage1/tokenizer.cpp
AgeCommit message (Expand)Author
2021-09-28sat-arithmetic: correctly tokenize <<|, <<|=Travis Staloch
2021-09-28sat-arithmetic: add operator supportTravis Staloch
2021-05-31stage1: disallow 1.e9 and 0x1.p9 as float literalsIsaac Freund
2021-05-28stage1: memoize strings in the ASTAndrew Kelley
2021-05-28stage1: get test-compile-errors passing againAndrew Kelley
2021-05-28stage1: tokenizer: backport recent stage2 changesAndrew Kelley
2021-05-28stage1: rework tokenizer to match stage2Andrew Kelley
2021-02-24Avoid concept of a "Unicode character" in documentation and error messages (#...Josh Wolfe
2020-12-26remove '||=' from stage1g-w1
2020-10-30remove extra space in .** error messageTravis
2020-10-29add missing case for TokenizeStateSawDotStar at eofTravis
2020-10-29don't allow a token starting with an asterisk directly following .*Travis
2020-10-06Add opaque type syntaxTadeo Kondrak
2020-09-29Merge remote-tracking branch 'origin/master' into stage2-zig-ccAndrew Kelley
2020-09-21rename src-self-hosted/ to src/Andrew Kelley