Convert to an ast string.
63 64 65
# File 'lib/HDLRuby/verilog_parser.rb', line 63 def to_s return AST.ast_to_s(0,self) end