Added Ast classes, classes that convert plain Ruby objects to Ast
commit36b860a1b8d9d6de3d2b57e9c382c10da8564d8e
authoringlorion <antimony@inglorion.net>
Tue, 23 Feb 2010 07:24:32 +0000 (23 08:24 +0100)
committeringlorion <antimony@inglorion.net>
Tue, 23 Feb 2010 07:24:32 +0000 (23 08:24 +0100)
tree41554c564fd7c27b14592cd55f524006e08a0ea1
parent7806b5e852724ef57e57bf98c06053491f292f71
Added Ast classes, classes that convert plain Ruby objects to Ast
nodes, unit tests for those, and a new base class for 5Dparsers.
lib/antimony/ast.rb [new file with mode: 0644]
lib/antimony/common_parser.rb [new file with mode: 0644]
lib/antimony/generators/ruby_to_ast_proxy.rb [new file with mode: 0644]
lib/antimony/program_text.rb [new file with mode: 0644]
lib/antimony/ruby_to_ast.rb [new file with mode: 0644]
test/ruby_to_ast_proxy_test.rb [new file with mode: 0644]
test/ruby_to_ast_test.rb [new file with mode: 0644]