summaryrefslogtreecommitdiff
path: root/src/sexpr/parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sexpr/parser.hpp')
-rw-r--r--src/sexpr/parser.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sexpr/parser.hpp b/src/sexpr/parser.hpp
index ad3ad90..2404a9a 100644
--- a/src/sexpr/parser.hpp
+++ b/src/sexpr/parser.hpp
@@ -29,6 +29,9 @@
# include "lexer.hpp"
+
+namespace tmwa
+{
namespace sexpr
{
enum Type
@@ -78,5 +81,6 @@ namespace sexpr
/// return false on error or eof, check lex.peek() == TOK_EOF to see
bool parse(Lexer& lex, SExpr& out);
} // namespace sexpr
+} // namespace tmwa
#endif // TMWA_SEXPR_PARSER_HPP