Implemented C variadic arguments
This commit is contained in:
@@ -431,7 +431,7 @@ lex__stream(Core_Ctx *lexer) {
|
||||
case '.': {
|
||||
if (lexc(s) == '.') {
|
||||
lex_advance(s);
|
||||
if (lexci(s, 1) == '.') {
|
||||
if (lexc(s) == '.') {
|
||||
lex_advance(s);
|
||||
t.kind = TK_ThreeDots;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user