escargot/src/parser
Seonghyun Kim 87c8a581bd Remove useless peekChar calling in Lexer::lex
Signed-off-by: Seonghyun Kim <sh8281.kim@samsung.com>
2022-09-29 10:43:21 +09:00
..
ast Support dynamic import of JSON modules 2022-09-29 10:33:58 +09:00
esprima_cpp Support dynamic import of JSON modules 2022-09-29 10:33:58 +09:00
ASTAllocator.cpp Update clang-format version to 6.0 2020-12-18 11:13:15 +09:00
ASTAllocator.h Update clang-format version to 6.0 2020-12-18 11:13:15 +09:00
ASTBuilder.h Implement PrivateIdentifier in ... expression 2022-09-16 14:39:58 +09:00
CodeBlock.cpp Support class static initializers 2022-08-22 15:21:50 +09:00
CodeBlock.h Support class static initializers 2022-08-22 15:21:50 +09:00
Lexer.cpp Remove useless peekChar calling in Lexer::lex 2022-09-29 10:43:21 +09:00
Lexer.h Reduce keyword comparisons in the parser 2022-08-30 11:02:52 +09:00
ParserStringView.h Optimize string comparison with typeof operation 2022-03-07 13:35:51 +09:00
Script.cpp Implement JSON module parsing 2022-09-13 16:46:36 +09:00
Script.h Implement JSON module parsing 2022-09-13 16:46:36 +09:00
ScriptParser.cpp Implement JSON module parsing 2022-09-13 16:46:36 +09:00
ScriptParser.h Implement JSON module parsing 2022-09-13 16:46:36 +09:00
UnicodeIdentifierTables.cpp Update clang-format version to 6.0 2020-12-18 11:13:15 +09:00
UnicodeIdentifierTables.h Update clang-format version to 6.0 2020-12-18 11:13:15 +09:00