projects
/
laserbrain_demo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
403be76
)
added TODO note
author
John Tsiombikas
<nuclear@mutantstargoat.com>
Tue, 11 Oct 2016 13:07:54 +0000
(16:07 +0300)
committer
John Tsiombikas
<nuclear@mutantstargoat.com>
Tue, 11 Oct 2016 13:07:54 +0000
(16:07 +0300)
src/mparser.cc
patch
|
blob
|
history
diff --git
a/src/mparser.cc
b/src/mparser.cc
index
3bfe8ce
..
4079533
100644
(file)
--- a/
src/mparser.cc
+++ b/
src/mparser.cc
@@
-213,7
+213,7
@@
static bool statement(ParserState *ps)
static bool expression(ParserState *ps)
{
- return term(ps);
+ return term(ps); // TODO expand
}
static bool term(ParserState *ps)