#include <iostream>
#include <string.h>
#include <cassert>
#include "compile.h"
#include "scanner.h"
Go to the source code of this file.
Functions | |
static bool | identifiersEqual (uscript::Token *a, uscript::Token *b) |
static void | PrintErrorAt (uscript::Token &token, const char *message, const char *source) |
|
static |
Definition at line 74 of file compile.cc.
|
static |
Definition at line 368 of file compile.cc.