summaryrefslogtreecommitdiff
path: root/src/parser.y
AgeCommit message (Collapse)Author
2013-11-11Add support for handling negative step values in ranges (fixes #500).Torsten Paul
2013-09-13reorder parser predicat to better understandingVicnet
2013-09-13Indent parser file for better clarityVicnet
2013-06-13Related to #399, reverted assignment evaluation order to be the same as in ↵Marius Kintel
2013.01 as the new implementation broke existing scripts. Added some experimental commented out code, which can be used as reference in the future
2013-06-13Fixed a bug where changing a file during a large automatic reload could ↵Marius Kintel
cause a crash
2013-05-04Temporarily deactivate new feature: variable declarations in child blockMarius Kintel
2013-05-04Backported to bison 2.4Marius Kintel
2013-04-26Modified parse to allow overloading of variables in local blocks. Also did ↵Marius Kintel
some minor cleanups while at it. Test cases missing
2013-04-26Refactoring: Split out FileModule from Module, Added LocalScope renamed some ↵Marius Kintel
confusing 'evaluate' methods to 'instantiate', added FileContext (not yet used)
2013-04-26Refactored assignments and assignments_var into one componentMarius Kintel
2013-04-26Gave up on tabs. The only change is indentationMarius Kintel
2013-04-18Cleaned up argument list handling, related to #116Marius Kintel
2013-04-09Refactored context handling into using separate Module contexts and Eval ↵Marius Kintel
contexts. This allows for recursive module calls, and cascading children. I believe this fixes issue #116
2013-04-05I think this should fix issue #217Marius Kintel
2013-03-11Changed redeclaration of assignment so that the last declaration defines the ↵Marius Kintel
order. This hopefully fixes the confusing error message discussed on the mailing list nov 27-30 (Variable bug)
2012-10-07Fixed weakness in parser causing modifier characters not to work in front of ↵Marius Kintel
'if' statements. Fixes #197
2012-10-06bugfix: parser errors wasn't treated correctly, causing cmd-line tools to ↵Marius Kintel
return without an error code, as well as error highlighting in the editor being broken
2012-03-31Merge branch 'master' into valueMarius Kintel
2012-03-29Remove superfluous debug output. Fixes #103Marius Kintel
2012-03-27Rewrote the Value class to be based on boost::variant - this should reduce ↵Marius Kintel
memory footprint and improve performance
2012-02-15Comment out some debug info to let tests passMarius Kintel
2012-02-15Initial implementation of ModuleCache and dependency tracking of used modulesMarius Kintel
2012-01-25Ported printutils away from QtMarius Kintel
2012-01-14add boosty.h for compatability with boost <1.44donb
2012-01-04Merge branch 'master' into boost_filesystemMarius Kintel
Conflicts: boost.pri src/lexer.l tests/CMakeLists.txt
2012-01-03Small clarification of Don's Windows parser crash fixMarius Kintel
2012-01-02fix crash bug rpt by nop head - 'use <x.scad>' when x.scad doesnt existDon Bright
2011-12-26Merge branch 'master' into boost_filesystemMarius Kintel
Conflicts: openscad.pro src/module.h
2011-12-26Some light refactoring attempts, didn't get very far..Marius Kintel
2011-12-24Ported currentdir handling from Qt to boost filesystemMarius Kintel
2011-12-24Ported parser code from QFile to boost filesystemMarius Kintel
2011-10-31de-Qt'ified printutilsMarius Kintel
2011-09-10Don't leave files open on parse errorsMarius Kintel
2011-09-03refactor fix: use hex timestampsMarius Kintel
2011-09-03Ported a bunch of stuff from Qt to STLMarius Kintel
2011-04-12Ported recent changes to master into the visitor branchMarius Kintel
2011-01-24compile fixes for parser and lexer under MSVCmeta
2011-01-21Copyright updatesMarius Kintel
2010-11-07Refactored some QString usage in the backend to std::stringMarius Kintel
2010-03-19Added expected conflict to parser to kill compiler warningkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@485 b57f626f-c46c-0410-a088-ec61d464b74c
2010-03-11Clifford Wolf:clifford
Fixed binding of ? : operator git-svn-id: http://svn.clifford.at/openscad/trunk@483 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-28Clifford Wolf:clifford
Some fixes regarding 'use <filename>' git-svn-id: http://svn.clifford.at/openscad/trunk@460 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-28Clifford Wolf:clifford
Implemented 'use' statement git-svn-id: http://svn.clifford.at/openscad/trunk@459 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-27Clifford Wolf:clifford
Added include<...> statement Prepared use<...> statement git-svn-id: http://svn.clifford.at/openscad/trunk@457 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-12Support for if-else statementskintel
git-svn-id: http://svn.clifford.at/openscad/trunk@436 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-01Clifford Wolf:clifford
Added CGAL exception to all copyright notes, as it is suggested on: http://www.cgal.org/license.html http://www.fsf.org/licensing/licenses/index_html git-svn-id: http://svn.clifford.at/openscad/trunk@405 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-01bugfix: In MDI mode, the parser must know which file it compiles, not just ↵kintel
the contents, for inluded files to be found. Made the parser Qt-dependant - oh well... git-svn-id: http://svn.clifford.at/openscad/trunk@395 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-30minor build fixkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@368 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-30header file reorgkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@365 b57f626f-c46c-0410-a088-ec61d464b74c
contact: Jan Huwald // Impressum