summaryrefslogtreecommitdiff
path: root/source/lexer/lexer.c
blob: 60a5cda0543c669c538bc4544bc9d7867ba79cb6 (plain)
1
2
3
4
5
6
7
8
internal token *
tokenize(string8 buffer)
{

    // TODO(nasr): tokenize the user input

    return NULL;
}