CVS log for parser3/src/main/compile_tools.C
Up to [parser3project] / parser3 / src / main
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.85: download - view: text, markup, annotated - select for diffs
Sat Apr 25 13:38:46 2026 UTC (5 weeks, 3 days ago) by moko
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.84: preferred, unified
Changes since revision 1.84: +2 -2 lines
Copyright year updated, websites links changed to https://
Revision 1.84: download - view: text, markup, annotated - select for diffs
Thu Apr 23 18:50:11 2026 UTC (5 weeks, 5 days ago) by moko
Branches: MAIN
Diff to: previous 1.83: preferred, unified
Changes since revision 1.83: +2 -2 lines
maybe_append_simple_diving_code() is not related to OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
Revision 1.83: download - view: text, markup, annotated - select for diffs
Mon Nov 4 03:53:25 2024 UTC (18 months, 4 weeks ago) by moko
Branches: MAIN
CVS tags: release_3_5_1,
release_3_5_0
Diff to: previous 1.82: preferred, unified
Changes since revision 1.82: +2 -2 lines
Copyright year updated
Revision 1.82: download - view: text, markup, annotated - select for diffs
Tue Sep 26 20:49:09 2023 UTC (2 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.81: preferred, unified
Changes since revision 1.81: +3 -3 lines
copyright, authors actualized
Revision 1.81: download - view: text, markup, annotated - select for diffs
Tue Dec 15 17:10:34 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_6
Diff to: previous 1.80: preferred, unified
Changes since revision 1.80: +2 -2 lines
Copyright year updated
Revision 1.80: download - view: text, markup, annotated - select for diffs
Mon Nov 25 22:01:51 2019 UTC (6 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.79: preferred, unified
Changes since revision 1.79: +7 -7 lines
invalid assert removed (it was failing in $$var case), condition added
Revision 1.79: download - view: text, markup, annotated - select for diffs
Tue Feb 7 22:00:40 2017 UTC (9 years, 3 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_5
Diff to: previous 1.78: preferred, unified
Changes since revision 1.78: +2 -2 lines
Copyright year: 2015->2017
Revision 1.78: download - view: text, markup, annotated - select for diffs
Tue May 24 16:47:16 2016 UTC (10 years ago) by moko
Branches: MAIN
Diff to: previous 1.77: preferred, unified
Changes since revision 1.77: +2 -2 lines
no message
Revision 1.77: download - view: text, markup, annotated - select for diffs
Tue May 24 16:46:05 2016 UTC (10 years ago) by moko
Branches: MAIN
Diff to: previous 1.76: preferred, unified
Changes since revision 1.76: +3 -5 lines
no message
Revision 1.76: download - view: text, markup, annotated - select for diffs
Tue May 24 16:38:40 2016 UTC (10 years ago) by moko
Branches: MAIN
Diff to: previous 1.75: preferred, unified
Changes since revision 1.75: +2 -2 lines
CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to feature #1026)
Revision 1.75: download - view: text, markup, annotated - select for diffs
Tue May 24 15:42:43 2016 UTC (10 years ago) by moko
Branches: MAIN
Diff to: previous 1.74: preferred, unified
Changes since revision 1.74: +5 -14 lines
Symbols now have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL, LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to feature #1026)
Revision 1.74: download - view: text, markup, annotated - select for diffs
Tue May 24 14:28:24 2016 UTC (10 years ago) by moko
Branches: MAIN
Diff to: previous 1.73: preferred, unified
Changes since revision 1.73: +2 -2 lines
SYMBOLS_CACHING define implemented (related to feature #1026)
Revision 1.73: download - view: text, markup, annotated - select for diffs
Tue May 24 11:55:14 2016 UTC (10 years ago) by moko
Branches: MAIN
Diff to: previous 1.72: preferred, unified
Changes since revision 1.72: +2 -2 lines
initial implementation for symbols cache (related to feature #1026)
Revision 1.72: download - view: text, markup, annotated - select for diffs
Mon Oct 26 01:21:57 2015 UTC (10 years, 7 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_4
Diff to: previous 1.71: preferred, unified
Changes since revision 1.71: +2 -2 lines
Copyright year updated
Revision 1.71: download - view: text, markup, annotated - select for diffs
Thu Apr 2 22:18:26 2015 UTC (11 years, 2 months ago) by moko
Branches: MAIN
Diff to: previous 1.70: preferred, unified
Changes since revision 1.70: +2 -2 lines
C++11 compilation errors fixed (related to ticket #958)
Revision 1.70: download - view: text, markup, annotated - select for diffs
Mon Mar 16 09:47:34 2015 UTC (11 years, 2 months ago) by misha
Branches: MAIN
Diff to: previous 1.69: preferred, unified
Changes since revision 1.69: +30 -18 lines
- $var.CLASS & $var.CLASS_NAME now have special opcodes. This can be switched off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL on pa_opcode.h ( new feature: #844 )
Revision 1.69: download - view: text, markup, annotated - select for diffs
Fri Mar 16 09:24:12 2012 UTC (14 years, 2 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_3,
release_3_4_2
Diff to: previous 1.68: preferred, unified
Changes since revision 1.68: +3 -3 lines
ident now works under Linux + ident displays filenames (closes issue #818)
Copyright updated
Revision 1.68: download - view: text, markup, annotated - select for diffs
Mon Jul 5 01:38:14 2010 UTC (15 years, 11 months ago) by misha
Branches: MAIN
CVS tags: release_3_4_1
Diff to: previous 1.67: preferred, unified
Changes since revision 1.67: +19 -1 lines
- now we can define possible method's call type ( new feature: #5 )
1. @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's methods
2. @static:method[params] (only static keyword could be used here) -- for specified methods
Revision 1.67: download - view: text, markup, annotated - select for diffs
Sun Jun 7 13:15:54 2009 UTC (16 years, 11 months ago) by misha
Branches: MAIN
CVS tags: release_3_4_0
Diff to: previous 1.66: preferred, unified
Changes since revision 1.66: +34 -1 lines
- more optimizations for WITH_SELF, WITH_READ and WITH_ROOT
- little refactoring
Revision 1.66: download - view: text, markup, annotated - select for diffs
Thu Jun 4 09:31:38 2009 UTC (17 years ago) by misha
Branches: MAIN
Diff to: previous 1.65: preferred, unified
Changes since revision 1.65: +6 -20 lines
- optimizations for $self.field, ^self.method, $self.field[...] and $self.field(...) were added
Revision 1.65: download - view: text, markup, annotated - select for diffs
Sat May 23 05:23:03 2009 UTC (17 years ago) by misha
Branches: MAIN
Diff to: previous 1.64: preferred, unified
Changes since revision 1.64: +1 -73 lines
- optimisations for $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
Revision 1.64: download - view: text, markup, annotated - select for diffs
Wed May 20 13:22:59 2009 UTC (17 years ago) by misha
Branches: MAIN
Diff to: previous 1.63: preferred, unified
Changes since revision 1.63: +38 -15 lines
- bytecode optimization for $a(1), $.b(2), $c[d] and $.e[f] was added
Revision 1.63: download - view: text, markup, annotated - select for diffs
Wed May 20 09:08:53 2009 UTC (17 years ago) by misha
Branches: MAIN
Diff to: previous 1.62: preferred, unified
Changes since revision 1.62: +38 -7 lines
- bugfix and little refactoring for OP_GET_OBJECT_ELEMENT + OP_GET_OBJECT_VAR_ELEMENT optimisation
Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue May 19 13:33:14 2009 UTC (17 years ago) by misha
Branches: MAIN
Diff to: previous 1.61: preferred, unified
Changes since revision 1.61: +41 -2 lines
- $a.$b & ^a.$b bytecode optimisation
Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue May 19 08:41:45 2009 UTC (17 years ago) by misha
Branches: MAIN
Diff to: previous 1.60: preferred, unified
Changes since revision 1.60: +3 -3 lines
- new parameter was added for LA2V and LA2S
Revision 1.60: download - view: text, markup, annotated - select for diffs
Fri Aug 15 15:26:14 2008 UTC (17 years, 9 months ago) by misha
Branches: MAIN
CVS tags: release_3_3_0
Diff to: previous 1.59: preferred, unified
Changes since revision 1.59: +5 -5 lines
- opcodes were moved to separate namespace
Revision 1.59: download - view: text, markup, annotated - select for diffs
Tue Aug 9 08:14:51 2005 UTC (20 years, 9 months ago) by paf
Branches: MAIN
CVS tags: release_3_2_3,
release_3_2_2,
release_3_2_1,
release_3_2_0,
paf_left
Diff to: previous 1.58: preferred, unified
Changes since revision 1.58: +2 -2
lines
2005
Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Aug 8 13:30:45 2005 UTC (20 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.57: preferred, unified
Changes since revision 1.57: +8 -9
lines
merged
+ optimized constants in expressions vstring->vdouble
+ optimized ^call(vdouble), no junction creation, no calls later
Revision 1.57.14.2: download - view: text, markup, annotated - select for diffs
Fri Aug 5 13:03:00 2005 UTC (20 years, 10 months ago) by paf
Branches: release_3_1_5
CVS tags: release_3_1_6
Diff to: previous 1.57.14.1: preferred, unified; branchpoint 1.57: preferred, unified; next MAIN 1.58: preferred, unified
Changes since revision 1.57.14.1: +2 -2
lines
. 2005 ;)
Revision 1.57.14.1: download - view: text, markup, annotated - select for diffs
Fri Aug 5 13:01:16 2005 UTC (20 years, 10 months ago) by paf
Branches: release_3_1_5
Diff to: previous 1.57: preferred, unified
Changes since revision 1.57: +8 -9
lines
+ optimized constants in expressions vstring->vdouble
Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Feb 11 15:33:15 2004 UTC (22 years, 3 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_4,
release_3_1_3,
release_3_1_2
Branch point for: release_3_1_5
Diff to: previous 1.56: preferred, unified
Changes since revision 1.56: +2 -2
lines
2004
Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu Nov 20 16:34:26 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.55: preferred, unified
Changes since revision 1.55: +1 -1
lines
static const char * const IDENT
Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Jul 24 11:31:23 2003 UTC (22 years, 10 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_1,
release_3_1_0
Diff to: previous 1.54: preferred, unified
Changes since revision 1.54: +25 -40
lines
moved tempate_gc to HEAD
Revision 1.54.2.5.2.12: download - view: text, markup, annotated - select for diffs
Fri Apr 11 08:45:35 2003 UTC (23 years, 1 month ago) by paf
Diff to: previous 1.54.2.5.2.11: preferred, unified; next MAIN 1.55: preferred, unified
Changes since revision 1.54.2.5.2.11: +2 -2
lines
no message
Revision 1.54.2.5.2.11: download - view: text, markup, annotated - select for diffs
Thu Apr 3 15:34:02 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.54.2.5.2.10: preferred, unified
Changes since revision 1.54.2.5.2.10: +8 -8
lines
debug info format simplified, now it's:
OP_VALUE
Operation::Origin << here
value*
higher limits:
file number (max: 255)
line number (max: 64535)
column number (max: 255)
Revision 1.54.2.5.2.10: download - view: text, markup, annotated - select for diffs
Thu Apr 3 11:19:50 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.54.2.5.2.9: preferred, unified
Changes since revision 1.54.2.5.2.9: +5 -1
lines
introducing ^process...[main-method-alias]
Revision 1.54.2.5.2.9: download - view: text, markup, annotated - select for diffs
Wed Apr 2 16:05:20 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.54.2.5.2.8: preferred, unified
Changes since revision 1.54.2.5.2.8: +4 -4
lines
debug info: started using.
todo:complete
Revision 1.54.2.5.2.8: download - view: text, markup, annotated - select for diffs
Wed Apr 2 14:16:18 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.54.2.5.2.7: preferred, unified
Changes since revision 1.54.2.5.2.7: +6 -6
lines
prepared debug info
todo:use it
Revision 1.54.2.5.2.7: download - view: text, markup, annotated - select for diffs
Wed Apr 2 09:32:11 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.54.2.5.2.6: preferred, unified
Changes since revision 1.54.2.5.2.6: +3 -3
lines
more locally scoped vars in execute (more easily optimizable)
Revision 1.54.2.5.2.6: download - view: text, markup, annotated - select for diffs
Wed Apr 2 08:35:43 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.54.2.5.2.5: preferred, unified
Changes since revision 1.54.2.5.2.5: +2 -2
lines
array get/put check become assertion
iterator in methodframe filler
Revision 1.54.2.5.2.5: download - view: text, markup, annotated - select for diffs
Thu Mar 27 10:53:01 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.54.2.5.2.4: preferred, unified
Changes since revision 1.54.2.5.2.4: +3 -3
lines
fixed clients of &get():
most to use non-ref version,
some[in tight places] to get_unchecked_ref
Revision 1.54.2.5.2.4: download - view: text, markup, annotated - select for diffs
Thu Mar 27 10:04:07 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.54.2.5.2.3: preferred, unified
Changes since revision 1.54.2.5.2.3: +2 -2
lines
Array::put(index, T>>&<< removed
after Stack::pop wiping removed [moved to separate func]
other Array & removed
Revision 1.54.2.5.2.3: download - view: text, markup, annotated - select for diffs
Fri Mar 21 13:42:30 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.54.2.5.2.2: preferred, unified
Changes since revision 1.54.2.5.2.2: +4 -4
lines
introducing StringBody [C++ CORD wrapper]
Revision 1.54.2.5.2.2: download - view: text, markup, annotated - select for diffs
Wed Mar 19 16:28:08 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.54.2.5.2.1: preferred, unified
Changes since revision 1.54.2.5.2.1: +3 -3
lines
started test
Revision 1.54.2.5.2.1: download - view: text, markup, annotated - select for diffs
Tue Mar 18 15:14:17 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.54.2.5: preferred, unified
Changes since revision 1.54.2.5: +2 -2
lines
started porting to gc:
PA_Object done
lots of replacements also
Revision 1.54.2.5: download - view: text, markup, annotated - select for diffs
Mon Feb 17 11:36:15 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.54.2.4: preferred, unified; branchpoint 1.54: preferred, unified; next MAIN 1.55: preferred, unified
Changes since revision 1.54.2.4: +4 -2
lines
2*2!
Revision 1.54.2.4: download - view: text, markup, annotated - select for diffs
Fri Jan 31 12:34:35 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.54.2.3: preferred, unified; branchpoint 1.54: preferred, unified
Changes since revision 1.54.2.3: +2 -2
lines
grammar compiled
Revision 1.54.2.3: download - view: text, markup, annotated - select for diffs
Fri Jan 31 12:10:46 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.54.2.2: preferred, unified; branchpoint 1.54: preferred, unified
Changes since revision 1.54.2.2: +2 -2
lines
ConstStringPtr died, long live StringPtr
Revision 1.54.2.2: download - view: text, markup, annotated - select for diffs
Thu Jan 30 11:00:41 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.54.2.1: preferred, unified; branchpoint 1.54: preferred, unified
Changes since revision 1.54.2.1: +20 -32
lines
compile_tools compiled
Revision 1.54.2.1: download - view: text, markup, annotated - select for diffs
Thu Jan 30 09:34:31 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.54: preferred, unified
Changes since revision 1.54: +4 -13
lines
started compile_tools. vagues ideas of how to free compiled code
Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue Jan 21 15:51:13 2003 UTC (23 years, 4 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_8
Diff to: previous 1.53: preferred, unified
Changes since revision 1.53: +2 -2
lines
2002->2003
Revision 1.53: download - view: text, markup, annotated - select for diffs
Wed Aug 21 11:47:25 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0007,
release_3_0_0006
Diff to: previous 1.52: preferred, unified
Changes since revision 1.52: +11 -1
lines
"BASE:"
"BASE::"
syntax allowed, means "base class".
compiled as if here they named base class
Revision 1.52: download - view: text, markup, annotated - select for diffs
Thu Aug 1 11:41:17 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0005
Diff to: previous 1.51: preferred, unified
Changes since revision 1.51: +1 -1
lines
$Date: now$
Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Aug 1 11:26:49 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.50: preferred, unified
Changes since revision 1.50: +2 -2
lines
ident.C* removed
Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon Jun 10 14:13:08 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0004,
release_3_0_0003
Diff to: previous 1.49: preferred, unified
Changes since revision 1.49: +8 -4
lines
^if(" 1 "){y} bug fixed
optimization string->double @ compile time were not-enough-checking...
Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Apr 18 11:41:29 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
CVS tags: release_3_0_0002,
release_1_0_0001
Diff to: previous 1.48: preferred, unified
Changes since revision 1.48: +5 -74
lines
OP_GET_METHOD_FRAME merged with OP_CALL, VCodeFrame move to stack [no more heap waste on each CALL]
Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Apr 15 08:13:10 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.47: preferred, unified
Changes since revision 1.47: +17 -1
lines
OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
changed to OP_WRITE_VALUE
in var get cases
Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Apr 15 06:45:58 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.46: preferred, unified
Changes since revision 1.46: +20 -1
lines
switch in hash constructor fixed [were problems with using of stacked wwrapper after it's death]
Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Mar 27 15:30:35 2002 UTC (24 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.45: preferred, unified
Changes since revision 1.45: +3 -3
lines
assigned exception types
Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Feb 8 08:30:14 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.44: preferred, unified
Changes since revision 1.44: +2 -2
lines
name spelling
Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Feb 8 07:27:46 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.43: preferred, unified
Changes since revision 1.43: +2 -2
lines
2002
Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Feb 7 11:16:28 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.42: preferred, unified
Changes since revision 1.42: +4 -17
lines
operators now detected by check at name_without_curly_rdive_read rule whether diving code constists only of
OP_VALUE+string+OP_GET_ELEMENT.
and last op code substituted with OP_GET_ELEMENT_OR_OPERATOR
to form
OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.
code
Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Jan 31 16:39:01 2002 UTC (24 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.41: preferred, unified
Changes since revision 1.41: +20 -7
lines
operators check 6.1
rewritten. now check is done at compile time
Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Jan 24 17:18:48 2002 UTC (24 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.40: preferred, unified
Changes since revision 1.40: +11 -1
lines
merged from r17 - hashfile without logfiles
Revision 1.40.14.1: download - view: text, markup, annotated - select for diffs
Fri Jan 11 16:53:04 2002 UTC (24 years, 4 months ago) by paf
Diff to: previous 1.40: preferred, unified; next MAIN 1.41: preferred, unified
Changes since revision 1.40: +11 -1
lines
partial logical && || evaluation
Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Nov 5 11:46:26 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.39: preferred, unified
Changes since revision 1.39: +2 -2
lines
$status:db
fixed used not initialized in db_connection & db_table
Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Oct 19 12:43:30 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.38: preferred, unified
Changes since revision 1.38: +3 -3
lines
switched to c++ exceptions 0
Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Sep 26 10:32:26 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.37: preferred, unified
Changes since revision 1.37: +2 -2
lines
added ident.awk and main.dsp splitted to main+classes+types along to .am
Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Jul 25 08:16:21 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
Diff to: previous 1.36: preferred, unified
Changes since revision 1.36: +10 -1
lines
with killed, code storage introduced with former 'with' syntax
Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Jun 28 07:44:17 2001 UTC (24 years, 11 months ago) by parser
Branches: MAIN
Diff to: previous 1.35: preferred, unified
Changes since revision 1.35: +1 -3
lines
*/
static const char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp $";
Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Jun 28 07:41:59 2001 UTC (24 years, 11 months ago) by parser
Branches: MAIN
Diff to: previous 1.34: preferred, unified
Changes since revision 1.34: +2 -1
lines
static char *RCSId="$Id$";
Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Apr 3 07:54:25 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.33: preferred, unified
Changes since revision 1.33: +2 -2
lines
z
Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Mar 29 09:31:43 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.32: preferred, unified
Changes since revision 1.32: +3 -3
lines
empty params allowed. [] and [;] are different now.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Mar 27 16:35:54 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.31: preferred, unified
Changes since revision 1.31: +2 -2
lines
sort 0
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Mar 25 08:52:36 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.30: preferred, unified
Changes since revision 1.30: +9 -9
lines
typo & typo-default
Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Mar 19 17:42:15 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.29: preferred, unified
Changes since revision 1.29: +4 -2
lines
z
Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Mar 19 16:44:01 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.28: preferred, unified
Changes since revision 1.28: +2 -2
lines
auto @brief
Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Mar 16 09:52:59 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.27: preferred, unified
Changes since revision 1.27: +10 -2
lines
() and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Mar 11 09:30:45 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.26: preferred, unified
Changes since revision 1.26: +3 -3
lines
no message
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Mar 11 08:16:34 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.25: preferred, unified
Changes since revision 1.25: +2 -2
lines
headers updated
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Mar 10 16:34:38 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.24: preferred, unified
Changes since revision 1.24: +5 -1
lines
sources header
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Mar 10 15:17:46 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.23: preferred, unified
Changes since revision 1.23: +5 -2
lines
optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Mar 10 11:44:42 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.22: preferred, unified
Changes since revision 1.22: +2 -2
lines
const fight finished
Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Mar 9 08:19:50 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.21: preferred, unified
Changes since revision 1.21: +3 -4
lines
Int and Double classes with ^int[] and ^double[]. fixed expr type
Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Mar 8 17:14:53 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.20: preferred, unified
Changes since revision 1.20: +2 -2
lines
withoud cloning. didn't need it actually, params got passed from out unnamed ewpool
Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Mar 8 16:54:27 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.19: preferred, unified
Changes since revision 1.19: +2 -2
lines
value.cloning so to give params proper names
Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Mar 8 10:07:10 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.18: preferred, unified
Changes since revision 1.18: +1 -14
lines
made class: dynamic, not static. so to enable runtime ^use
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Mar 8 09:31:47 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.17: preferred, unified
Changes since revision 1.17: +2 -2
lines
joined 2 into one OP_CODE__STORE_PARAM
Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Mar 6 15:02:48 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.16: preferred, unified
Changes since revision 1.16: +8 -8
lines
+-*/
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Mar 6 14:32:18 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.15: preferred, unified
Changes since revision 1.15: +4 -4
lines
no message
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Mar 6 14:28:35 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.14: preferred, unified
Changes since revision 1.14: +9 -1
lines
grammar-1.1 $a(z) $a=0
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Feb 25 08:12:22 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.13: preferred, unified
Changes since revision 1.13: +16 -3
lines
^class:method() just compiled
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Feb 24 08:28:37 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.12: preferred, unified
Changes since revision 1.12: +11 -1
lines
code junctions0. something wrong with last \n macrotemplate strip
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Feb 23 12:37:58 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.11: preferred, unified
Changes since revision 1.11: +10 -5
lines
fixed wrong grammar in complex constructor case
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Feb 22 15:17:40 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.10: preferred, unified
Changes since revision 1.10: +6 -1
lines
$self.get
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Feb 22 14:45:27 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.9: preferred, unified
Changes since revision 1.9: +2 -2
lines
z
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Feb 22 13:58:43 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.8: preferred, unified
Changes since revision 1.8: +7 -7
lines
OP_STRING better then some xxx _VALUE
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Feb 22 13:52:26 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.7: preferred, unified
Changes since revision 1.7: +8 -18
lines
string to vstring it .y all
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Feb 22 10:43:45 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.6: preferred, unified
Changes since revision 1.6: +3 -5
lines
removed exception from request
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Feb 22 09:14:46 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.5: preferred, unified
Changes since revision 1.5: +13 -2
lines
iiieeyys! get/put simple vars to VClass works0
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Feb 21 15:00:02 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.4: preferred, unified
Changes since revision 1.4: +5 -5
lines
.y methods and one_big_piece. now compile returns array<method*>
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Feb 21 11:13:16 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.3: preferred, unified
Changes since revision 1.3: +2 -2
lines
no message
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Feb 21 06:21:19 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.2: preferred, unified
Changes since revision 1.2: +8 -55
lines
.y to c++
hierarchy output fix.
compiler works ok
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Feb 20 19:21:13 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.1: preferred, unified
Changes since revision 1.1: +3 -5
lines
nestage probs, eof yylex not perfect
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Feb 20 18:45:52 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
bison[yacc] first time compiled.
execute=dump for now
E-mail: