mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-07 03:21:34 +02:00
WIP: adjusting simple parser for C++17 (somewhat)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user