half-arsed: 💩 half implement a proper parser engine class
This commit is contained in:
parent
38d0627394
commit
94b0288aa9
3 changed files with 24 additions and 17 deletions
|
@ -1,14 +1,8 @@
|
|||
|
||||
module Compfile
|
||||
class ParserArtefact < Artefact
|
||||
attr_reader :included_files
|
||||
attr_reader :required_files
|
||||
|
||||
def initialize(*args)
|
||||
super(*args)
|
||||
|
||||
@included_files = []
|
||||
@required_files = []
|
||||
def initialize(*args, **opts)
|
||||
super(*args, **opts)
|
||||
|
||||
parent_artefact :sourcefile, @target
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue