diff options
Diffstat (limited to 'src/parse.cpp')
-rw-r--r-- | src/parse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse.cpp b/src/parse.cpp index 73925b3..a861aca 100644 --- a/src/parse.cpp +++ b/src/parse.cpp @@ -156,7 +156,7 @@ read_symbol(PEnv& penv, Cursor& cur, istream& in) return penv.sym(str, cur); } - + /// Read an expression from @a in const AST* PEnv::parse(Cursor& cur, istream& in) |