basic view up with styles
This commit is contained in:
@ -2,10 +2,10 @@
|
||||
module Main
|
||||
class MainController < Volt::ModelController
|
||||
def index
|
||||
code = Ast::ExpressionList.new( [Ast::CallSiteExpression.new(:putstring, [] ,Ast::StringExpression.new("Hello again"))])
|
||||
Virtual::Compiler.compile( code , machine.space.get_main )
|
||||
machine.run_before "Register::CallImplementation"
|
||||
interpreter.start machine.init
|
||||
# code = Ast::ExpressionList.new( [Ast::CallSiteExpression.new(:putstring, [] ,Ast::StringExpression.new("Hello again"))])
|
||||
# Virtual::Compiler.compile( code , machine.space.get_main )
|
||||
# machine.run_before "Register::CallImplementation"
|
||||
# interpreter.start machine.init
|
||||
end
|
||||
|
||||
def about
|
||||
|
Reference in New Issue
Block a user