/[ascend]/trunk/ascend/compiler/scanner.l
ViewVC logotype

Log of /trunk/ascend/compiler/scanner.l

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 2331 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 23 23:47:12 2010 UTC (14 years, 4 months ago) by jpye
File length: 33120 byte(s)
Diff to previous 2324
Fixed memory leaks from Flex (scanner.l). All compiler/test_basics.c complete without memory leaks now.

Revision 2324 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 21 11:31:01 2010 UTC (14 years, 4 months ago) by jpye
File length: 33100 byte(s)
Diff to previous 2183
Fix up some overlooked #includue mistakes after recent refactor.

Revision 2183 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 4 13:38:42 2010 UTC (14 years, 11 months ago) by jpye
File length: 33099 byte(s)
Diff to previous 2018
Merging slvreq functionality into trunk.

Revision 2018 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 29 03:38:10 2009 UTC (16 years ago) by jpye
File length: 32968 byte(s)
Diff to previous 2011
Fixed compile for new header file locations <ascend/compiler/xxx.h> etc.

Revision 2011 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 28 08:58:48 2009 UTC (16 years ago) by jpye
File length: 32849 byte(s)
Copied from: trunk/base/generic/compiler/scanner.l revision 2010
Diff to previous 952
Moving libascend components from #/base/generic into #/ascend

Revision 952 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 28 23:01:50 2006 UTC (18 years, 5 months ago) by johnpye
Original Path: trunk/base/generic/compiler/scanner.l
File length: 32849 byte(s)
Diff to previous 897
Pruned some debug messages from integrator.c, ida.c.
Improved exception messages from SolverParameter class.
Added array access functions to Instanc class (ongoing).
Attempting to run CUnit tests from the Python test suite (not successful, ongoing).
Cleaned up some headers, license notices, doxy docs, etc.
Fixed wrong #include <dmalloc.h> in ascpy.i (thanks Krishnan).

Revision 897 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 24 11:05:18 2006 UTC (18 years, 6 months ago) by johnpye
Original Path: trunk/base/generic/compiler/scanner.l
File length: 32668 byte(s)
Diff to previous 712
Adding 'NOTES' support to C++ interface. 'johnpye/thermalequilibrium2.a4c' is the example case.
listnotes.py performs listing via a python external script method.
annotation.h and annotation.cpp implement the C++ wrapper referenced by SWIG.
library.{h,cpp} modified to provide access to the AnnotationDatabase.
Typemapping modified in ascpy.i in attempt to get a more maintainable wrapping.
Added annotation.cpp to build.
Updated copyright header and formatting of notate.{c,h}.
Improved ErrMsg_BracesEOF error message fn.
Updated copyright header and formatting of braced.{c,h}
Some misc debug output removed esp in simulation.cpp, conopt.c, importhandler.c.


Revision 712 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 30 05:18:56 2006 UTC (18 years, 10 months ago) by johnpye
Original Path: trunk/base/generic/compiler/scanner.l
File length: 32691 byte(s)
Diff to previous 708
Implemented 'instance_getname' that should return a stringified
version of an enum inst_t (Instance::t).
Some other small -Wall fixes.

Revision 708 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 27 07:34:31 2006 UTC (18 years, 10 months ago) by johnpye
Original Path: trunk/base/generic/compiler/scanner.l
File length: 32687 byte(s)
Diff to previous 690
Replaced some references to ascmalloc with ASC_NEW_ARRAY

Revision 690 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 22 00:48:31 2006 UTC (18 years, 10 months ago) by johnpye
Original Path: trunk/base/generic/compiler/scanner.l
File length: 32685 byte(s)
Diff to previous 689
Converting some line endings to unix form as part diagnosing the problem
with the current merge from the DAE branch.

Revision 689 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 22 00:19:54 2006 UTC (18 years, 10 months ago) by johnpye
Original Path: trunk/base/generic/compiler/scanner.l
File length: 33844 byte(s)
Diff to previous 669
Added suppression of 'unexpected char' (scanner) and 'generic' (parser) errors.
Removed 'DIFF' stuff from parser and scanner. (It's still in expr_types.h and elsewhere)
Added test case to detect this scanner problem.

Revision 669 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 21 07:00:45 2006 UTC (18 years, 10 months ago) by johnpye
Original Path: trunk/base/generic/compiler/scanner.l
File length: 33659 byte(s)
Diff to previous 662
Merged changes from DAE branch (revisions 702 to 819) back into trunk.
This adds the Integration API to the ASCEND solver (in base/generic).
Also provides pre-alpha support for 'IDA' from the SUNDIALS suite, a DAE solver.
Many other minor code clean-ups, including adoption of new 'ASC_NEW' and friends (to replace 'ascmalloc')
Added some very sketchy stuff providing 'DIFF(...)' syntax, although it is anticipated that this will be removed.

Revision 662 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 14 09:33:04 2006 UTC (18 years, 10 months ago) by johnpye
Original Path: trunk/base/generic/compiler/scanner.l
File length: 32456 byte(s)
Diff to previous 661
module.c switched over to use ospath_searchpath_iterate for REQUIRE statments.
Removed some too-new libglade keywords from ascend.glade.
Fixed up some error messages in scanner.l and library.c.
Corrected some non-terminated string bugs in ospath.c.

Revision 661 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 14 06:20:50 2006 UTC (18 years, 10 months ago) by johnpye
Original Path: trunk/base/generic/compiler/scanner.l
File length: 32473 byte(s)
Diff to previous 648
Cleaned up module.c and some more minor changes to scanner.h and scanner.l commenting.

Revision 648 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 30 01:33:37 2006 UTC (18 years, 11 months ago) by johnpye
Original Path: trunk/base/generic/compiler/scanner.l
File length: 32521 byte(s)
Diff to previous 412
Changing all token from *_T to *_TOK. This is to prevent a clash with MSVC which defines 'SIZE_T'
in one if its Windows headers. 

Revision 412 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 3 03:31:30 2006 UTC (19 years, 1 month ago) by johnpye
Original Path: trunk/base/generic/compiler/scanner.l
File length: 32311 byte(s)
Diff to previous 411
Trying to fix problems with the parser 'yy' and 'zz' stuff so that it works with SCons and hopefuly autotools at same time.

Revision 411 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 2 07:05:54 2006 UTC (19 years, 1 month ago) by ben.allan
Original Path: trunk/base/generic/compiler/scanner.l
File length: 32304 byte(s)
Diff to previous 390
Restored autotools to working, parsers to typ_ and zz_,
Fixed many missing initializations, many casting insanities
that have been creeping in, many missing forward declarations
in preparation for fixing external relations.


Revision 390 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 30 06:41:17 2006 UTC (19 years, 1 month ago) by johnpye
Original Path: trunk/base/generic/compiler/scanner.l
File length: 32275 byte(s)
Diff to previous 385
The Tcl/Tk interface now runs as well. Tried with Tcl/Tk 8.4, so needs to be run
on a system with Tcl/Tk 8.3 next up.

Revision 385 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 30 04:14:29 2006 UTC (19 years, 1 month ago) by johnpye
Original Path: trunk/base/generic/compiler/scanner.l
File length: 32277 byte(s)
Diff to previous 337
First attempt at SCons build. This will build the static libraries
for me on Linux with GCC 4.0.2. Will work now on getting it to 
build the Tcl/Tk GUI.

Revision 337 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 1 00:51:23 2006 UTC (19 years, 2 months ago) by johnpye
Original Path: trunk/base/generic/compiler/scanner.l
File length: 32285 byte(s)
Diff to previous 304
Something is starting to run on MinGW now. GUI loads and ascend DLL is opened.
This revision still breaks the linux and Tcl/Tk builds, I expect.
Also added some smarts to the 'help...contents' menu for loading offline/online help files.

Revision 304 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 22 03:05:37 2006 UTC (19 years, 2 months ago) by johnpye
Original Path: trunk/base/generic/compiler/scanner.l
File length: 32273 byte(s)
Diff to previous 183
Some rationalising of duplicated code in statement.c.
Fixed bug #206 (support for FREE statement).

Revision 183 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 13 02:35:00 2006 UTC (19 years, 3 months ago) by johnpye
Original Path: trunk/base/generic/compiler/scanner.l
File length: 32224 byte(s)
Diff to previous 148
Added 'FIX varlist' statement to ASCEND.

Revision 148 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 22 08:49:39 2005 UTC (19 years, 4 months ago) by johnpye
Original Path: trunk/base/generic/compiler/scanner.l
File length: 32178 byte(s)
Diff to previous 124
Changed from 'TEST expr' syntax to 'ASSERT expr' syntax.
Corrected ConfigAscend ability to compile with CMSlv solver.

Revision 124 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 20 08:32:25 2005 UTC (19 years, 4 months ago) by johnpye
Original Path: trunk/base/generic/compiler/scanner.l
File length: 32341 byte(s)
Diff to previous 11
Adding 'TEST' statement to ASCEND METHOD syntax.
Standardising messages in slv3.
Trying to debug bug #175.

Revision 11 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 13 16:45:56 2004 UTC (20 years, 5 months ago) by aw0a
Original Path: trunk/base/generic/compiler/scanner.l
File length: 32301 byte(s)
Copied from: trunk/ascend4/compiler/scanner.l revision 10
Diff to previous 1
moving things to base/generic

Revision 1 - (view) (download) (annotate) - [select for diffs]
Added Fri Oct 29 20:54:12 2004 UTC (20 years, 6 months ago) by aw0a
Original Path: trunk/ascend4/compiler/scanner.l
File length: 32301 byte(s)
Setting up web subdirectory in repository

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22