__init__.py (8170:c1c6f36e118e) __init__.py (9271:3859f5d4f2c6)
1# Copyright (c) 2009 The Hewlett-Packard Development Company
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright

--- 16 unchanged lines hidden (view full) ---

25# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
27from slicc.ast.AST import *
28
29# actual ASTs
30from slicc.ast.ActionDeclAST import *
31from slicc.ast.AssignStatementAST import *
32from slicc.ast.CheckAllocateStatementAST import *
1# Copyright (c) 2009 The Hewlett-Packard Development Company
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright

--- 16 unchanged lines hidden (view full) ---

25# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
27from slicc.ast.AST import *
28
29# actual ASTs
30from slicc.ast.ActionDeclAST import *
31from slicc.ast.AssignStatementAST import *
32from slicc.ast.CheckAllocateStatementAST import *
33from slicc.ast.CheckStopSlotsStatementAST import *
34from slicc.ast.ChipComponentAccessAST import *
35from slicc.ast.CopyHeadStatementAST import *
36from slicc.ast.DeclAST import *
37from slicc.ast.DeclListAST import *
38from slicc.ast.EnqueueStatementAST import *
39from slicc.ast.EnumDeclAST import *
40from slicc.ast.EnumExprAST import *
41from slicc.ast.ExprAST import *
42from slicc.ast.ExprStatementAST import *

--- 34 unchanged lines hidden ---
33from slicc.ast.CopyHeadStatementAST import *
34from slicc.ast.DeclAST import *
35from slicc.ast.DeclListAST import *
36from slicc.ast.EnqueueStatementAST import *
37from slicc.ast.EnumDeclAST import *
38from slicc.ast.EnumExprAST import *
39from slicc.ast.ExprAST import *
40from slicc.ast.ExprStatementAST import *

--- 34 unchanged lines hidden ---