Split literal files

This commit is contained in:
ReinUsesLisp 2018-08-28 04:16:52 -03:00
parent edfc77bbbe
commit 014c6ab586
9 changed files with 215 additions and 156 deletions

View file

@ -8,6 +8,8 @@
#include "common_types.h"
#include "operand.h"
#include "op.h"
#include "lnumber.h"
#include "lstring.h"
namespace Sirit {