Added global compilation option/pragma support to parser and command line
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Mon, 4 Aug 2008 13:25:52 +0000 (15:25 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Mon, 4 Aug 2008 13:25:52 +0000 (15:25 +0200)
commit2191ad0d35115b2910e736ce58dab6272a0bba3c
treeb48c3c36537b4de5d7a45b96d955a56d27ddd234
parent9f2c76647125a736cfac76c019448a91ed341050
Added global compilation option/pragma support to parser and command line
Cython/Compiler/CmdLine.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/Lexicon.py
Cython/Compiler/Main.py
Cython/Compiler/Options.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Parsing.py
Cython/Compiler/Scanning.py
Cython/Compiler/TreeFragment.py
tests/errors/e_options.pyx [new file with mode: 0644]
tests/run/options.pyx [new file with mode: 0644]