Add virtual range for creating node-like objects from multiple nodes

This commit is contained in:
Stephan Seitz 2020-10-18 16:07:36 +02:00 committed by Kiyan Yazdani
parent c3b526fe51
commit aa4c3e83e3
3 changed files with 151 additions and 0 deletions

View file

@ -66,3 +66,4 @@ end)
-- Just avoid some anoying warnings for this predicate
query.add_predicate('set!', function() return true end)
query.add_predicate('make-range!', function() return true end)