Implement extract_tokens
This commit is contained in:
parent
a4c4b85a16
commit
0688a5edd3
10 changed files with 621 additions and 128 deletions
|
|
@ -2,7 +2,7 @@ use crate::rules::{Symbol, AliasMap};
|
|||
use crate::grammars::{SyntaxGrammar, LexicalGrammar};
|
||||
use crate::tables::{ParseTable, LexTable};
|
||||
|
||||
pub fn render_c_code(
|
||||
pub(crate) fn render_c_code(
|
||||
name: &str,
|
||||
parse_table: ParseTable,
|
||||
main_lex_table: LexTable,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue