Logo
Explore Help
Sign In
miloignis/kraken
1
0
Fork 0
You've already forked kraken
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
a307e1f143c057cdc8ad925e86715a8c8885297c
kraken/include/util.h

13 lines
149 B
C
Raw Normal View History

Fixed lots of bugs, added much more sane and efficient ParseAction table instead of recalculating every time. Fixed lots of bugs and inefficencies. Some temporary hacks in the table, mostly having to do with not having an EOF Symbol yet.
2013-06-04 19:50:16 -04:00
#ifndef UTIL_H
#define UTIL_H
Added EOF symbol, making the getTable() saner for ACCEPT and lookahead support in ParseRule
2013-06-13 14:25:10 -04:00
#ifndef NULL
#define NULL 0
#endif
Fixed lots of bugs, added much more sane and efficient ParseAction table instead of recalculating every time. Fixed lots of bugs and inefficencies. Some temporary hacks in the table, mostly having to do with not having an EOF Symbol yet.
2013-06-04 19:50:16 -04:00
#include <string>
#include <sstream>
std::string intToString(int theInt);
#endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 556ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API