Browse Source

update extension

master
wes 10 years ago
parent
commit
238652f1fb
  1. 4
      tokenize.cpp

4
tokenize.cpp

@ -10,8 +10,8 @@
#include "tokenize.h" #include "tokenize.h"
/* /*
* This is a basic s-expression tokenizer * This is a basic expression tokenizer
* it also tokenizes things like number, string, and symbol literals * it tokenizes things like numbers, string, and symbol literals
*/ */
token_t nulltok; token_t nulltok;