Refactor the code out of src/cmdparse.y to src/commands.c

This is the first step towards our new parser.
This commit is contained in:
Michael Stapelberg
2012-01-14 15:02:30 +00:00
parent 608def6c6e
commit f81c89ac28
5 changed files with 1153 additions and 779 deletions

View File

@ -73,5 +73,6 @@
#include "libi3.h"
#include "startup.h"
#include "scratchpad.h"
#include "commands.h"
#endif