.
This commit is contained in:
@@ -1,4 +1,20 @@
|
||||
#include "lexer.hh"
|
||||
|
||||
namespace tyche::as {
|
||||
|
||||
void Lexer::reset()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Token Lexer::peek() const
|
||||
{
|
||||
return {};
|
||||
}
|
||||
|
||||
Token Lexer::ingest()
|
||||
{
|
||||
return {};
|
||||
}
|
||||
|
||||
} // tyche
|
||||
|
||||
Reference in New Issue
Block a user