moved parser into sources (thus dramatically speeding up compilation)
commite7a5aa34608dfac769c648027d46c0591282fd41
authorJohn Doe <john@doe.nb>
Mon, 17 Nov 2014 14:41:27 +0000 (17 15:41 +0100)
committerJohn Doe <john@doe.nb>
Mon, 17 Nov 2014 14:41:27 +0000 (17 15:41 +0100)
treef75afb6ff73ce6497c47ed703f0b527d8fa5b95f
parent6887f512126301f46d93e150308280cc6df939e2
moved parser into sources (thus dramatically speeding up compilation)
CMakeLists.txt
include/aqua.h
src/interp.cpp
src/ops.statement.cpp
src/parser.cpp [new file with mode: 0644]
src/parser.h [new file with mode: 0644]