WIP: adjusting simple parser for C++17 (somewhat)

This commit is contained in:
Matthias Koefferlein
2021-11-27 00:08:50 +01:00
parent f4c0a43d49
commit aeba3f5df8
5 changed files with 85 additions and 53 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ $:.push(File.dirname($0))
require 'oj'
require 'treetop'
Treetop.load "c++"
Treetop.load File.join(File.dirname($0), "c++")
input="all.e"
output="all.db"