blob: cf26ea28481180362ef40611f25dfd508dfb4341 [file] [log] [blame]
--------------------------------------------------------------------------------
-- Copyright (c) 2011 Sierra Wireless and others.
-- All rights reserved. This program and the accompanying materials
-- are made available under the terms of the Eclipse Public License v1.0
-- which accompanies this distribution, and is available at
-- http://www.eclipse.org/legal/epl-v10.html
--
-- Contributors:
-- Sierra Wireless - initial API and implementation
--------------------------------------------------------------------------------
local mlc = require ('metalua.compiler').new()
ast = mlc:src_to_ast( "var = 1 + 2 * 3" )