lib/ebnf/base.rb in ebnf-0.2.3 vs lib/ebnf/base.rb in ebnf-0.3.0
- old
+ new
@@ -101,15 +101,15 @@
include BNF
include LL1
include Parser
# Abstract syntax tree from parse
- # @!attribute [r] ast
+ #
# @return [Array<Rule>]
attr_reader :ast
# Grammar errors, or errors found genering parse tables
- # @!attribute [r] errors
+ #
# @return [Array<String>]
attr_accessor :errors
# Parse the string or file input generating an abstract syntax tree
# in S-Expressions (similar to SPARQL SSE)
\ No newline at end of file