MCPcopy Create free account
hub / github.com/covscript/covscript / translate_into_tokens

Method translate_into_tokens

sources/compiler/lexer.cpp:516–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514 }
515
516 void compiler_type::translate_into_tokens(const std::deque<char> &char_buff, std::deque<token_base *> &tokens,
517 charset encoding)
518 {
519 preprocessor(context, *this, char_buff, tokens, encoding);
520 }
521
522 void compiler_type::process_empty_brackets(std::deque<token_base *> &tokens)
523 {

Callers

nothing calls this directly

Calls 1

preprocessorClass · 0.85

Tested by

no test coverage detected