Skip to content

Commit beb04a2

Browse files
committed
First steps in removing the new parser
1 parent 3899971 commit beb04a2

File tree

6 files changed

+13
-510
lines changed

6 files changed

+13
-510
lines changed

driver/metac_lpp.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -200,15 +200,6 @@ metac_expr_t* MetaCLPP_ParseExprFromString(metac_lpp_t* lpp, const char* exp)
200200
return result;
201201
}
202202
#endif
203-
metac_expr_t* MetaCLPP_ParseExpr2FromString(metac_lpp_t* lpp, const char* exp)
204-
{
205-
// assert(g_lineLexer.TokenCapacity == ARRAY_SIZE(g_lineLexer.inlineTokens));
206-
LexString(&lpp->Lexer, exp);
207-
208-
metac_expr_t* result = MetaCParser_ParseExpr2(&lpp->Parser, expr_flags_none);
209-
210-
return result;
211-
}
212203

213204
metac_stmt_t* MetaCLPP_ParseStmtFromString(metac_lpp_t* lpp, const char* stmt)
214205
{

0 commit comments

Comments
 (0)