module Mulang::PHP
Constants
- VERSION
Public Class Methods
language()
click to toggle source
# File lib/mulang/php.rb, line 12 def self.language Mulang::Language::External.new { |it| parse(it) } end
parse(php_ast)
click to toggle source
# File lib/mulang/php.rb, line 8 def self.parse(php_ast) Mulang::PHP::AstProcessor.new.process_block php_ast end