Activity for Ox: Attribute Grammar Compiling System

  • Tom Shields Tom Shields committed [r3839] on Code

    - correct the definition of macro '__trav_conds_size'

  • Tom Shields Tom Shields committed [r3838] on Code

    - update 'oxml2m4' generated file due to change [r3837]

  • Tom Shields Tom Shields committed [r3837] on Code

    - correct typo introduced in change [r3800]: 'NodeStackTopP-*>conds'->'NodeStackTopP->conds'

  • Tom Shields Tom Shields committed [r3836] on Code

    - correct a typo in the '--help' message text

  • Tom Shields Tom Shields committed [r3835] on Code

    - update testcase baseline compare files due to changes [r3830],[r3832]

  • Tom Shields Tom Shields committed [r3834] on Code

    - update testcase baseline compare files due to changes [r3830],[r3832]

  • Tom Shields Tom Shields committed [r3833] on Code

    - update 'oxml2m4' generated files due to change [r3832]

  • Tom Shields Tom Shields committed [r3832] on Code

    - debugging/tracing code corrections:

  • Tom Shields Tom Shields committed [r3831] on Code

    - update 'oxml2m4' generated files due to change [r3830]

  • Tom Shields Tom Shields committed [r3830] on Code

    - move calls to 'yyyChkLHS0Dependees ()' & 'yyyChkRHS0Dependees ()' before the call to 'yyyChkStkSolved ()', so that trivially solved attributes are reviewed by 'yyyChkStkSolved ()'

  • Tom Shields Tom Shields committed [r3829] on Code

    - update Automake generated files due to change [r3826]

  • Tom Shields Tom Shields committed [r3828] on Code

    - update Autoconf generated file due to change [r3826]

  • Tom Shields Tom Shields committed [r3827] on Code

    - update Aclocal generated file due to change [r3826]

  • Tom Shields Tom Shields committed [r3826] on Code

    - update to Automake & Aclocal version 1.18

  • Tom Shields Tom Shields committed [r3825] on Code

    - update testcase baseline compare files due to change [r3823]

  • Tom Shields Tom Shields committed [r3824] on Code

    - update 'oxml2m4' generated files due to change [r3823]

  • Tom Shields Tom Shields committed [r3823] on Code

    - restructure the code immediately following the switch on rule# in 'yyyDecorate ()'

  • Tom Shields Tom Shields committed [r3822] on Code

    - update testcase baseline compare files due to change [r3820]

  • Tom Shields Tom Shields committed [r3821] on Code

    - update 'oxml2m4' generated files due to change [r3820]

  • Tom Shields Tom Shields committed [r3820] on Code

    - omit generating row data for 'yyyIEL[rule#][symbol#]' if the row is empty

  • Tom Shields Tom Shields committed [r3819] on Code

    - update the version of RE/flex used to build the Ox distribution to 5.5.0

  • Tom Shields Tom Shields committed [r3818] on Code

    - update testcase baseline compare files due to change [r3816]

  • Tom Shields Tom Shields committed [r3817] on Code

    - update 'oxml2m4' generated files due to change [r3816]

  • Tom Shields Tom Shields committed [r3816] on Code

    - move 'struct attrbDef' local to 'depGs' module

  • Tom Shields Tom Shields committed [r3815] on Code

    - update testcase baseline compare files due to change [r3813]

  • Tom Shields Tom Shields committed [r3814] on Code

    - update generated files due to change [r3813]

  • Tom Shields Tom Shields committed [r3813] on Code

    - return 'PVAR_REF' (parser semantic value) & 'PLOC_REF' (parser semantic location) tokens from the Y-file lexer

  • Tom Shields Tom Shields committed [r3812] on Code

    - update testcase baseline compare files due to change [r3807]

  • Tom Shields Tom Shields committed [r3811] on Code

    - update generated files due to change [r3810]

  • Tom Shields Tom Shields committed [r3810] on Code

    - move calls to 'processAttrbDefinition ()' into 'implicitModeAttrbDef ()', 'mixedModeAttrbDef ()', 'explicitModeAttrbDef ()' and 'LfileAttrbDef ()'

  • Tom Shields Tom Shields committed [r3809] on Code

    - update generated files due to change [r3807]

  • Tom Shields Tom Shields committed [r3808] on Code

    - update 'oxml2m4' generated files due to change [r3807]

  • Tom Shields Tom Shields committed [r3807] on Code

    - restructure run-time data structures:

  • Tom Shields Tom Shields committed [r3806] on Code

    - change return type of 'Production' class member 'size ()' from 'int' to 'std::size_t' to match standard library

  • Tom Shields Tom Shields committed [r3805] on Code

    - update testcase baseline compare files due to change [r3800]

  • Tom Shields Tom Shields committed [r3804] on Code

    - update testcase baseline compare files due to changes [r3800],[r3803]

  • Tom Shields Tom Shields committed [r3803] on Code

    - change 'dynamic_cast' -> 'static_cast'

  • Tom Shields Tom Shields committed [r3802] on Code

    - update 'oxml2m4' generated files due to change [r3791]

  • Tom Shields Tom Shields committed [r3801] on Code

    - update 'oxml2m4' generated files due to changes [r3791],[r3800]

  • Tom Shields Tom Shields committed [r3800] on Code

    - implement simple run-time optimizations in generated code:

  • Tom Shields Tom Shields committed [r3799] on Code

    - minor wordsmithing

  • Tom Shields Tom Shields committed [r3798] on Code

    - update Automake generated file due to change [r3797]

  • Tom Shields Tom Shields committed [r3797] on Code

    - bump 'oxml2m4' package version to 1.3

  • Tom Shields Tom Shields committed [r3796] on Code

    ./oxml2m4/parameter-table.cc

  • Tom Shields Tom Shields committed [r3795] on Code

    - document a defect: a parameter in a nested macro referencing a parameter of the enclosing macro fails

  • Tom Shields Tom Shields committed [r3794] on Code

    - update implementation due to change [r3791]

  • Tom Shields Tom Shields committed [r3793] on Code

    - update generated files due to change [r3791]

  • Tom Shields Tom Shields committed [r3792] on Code

    - update Autoconf generated file due to change [r3791]

  • Tom Shields Tom Shields committed [r3791] on Code

    - change '<elem>' to accept arbitrary expressions as the index value

  • Tom Shields Tom Shields committed [r3790] on Code

    - update generated file due to change [r3789]

  • Tom Shields Tom Shields committed [r3789] on Code

    - add explcit include for the 'gettext' M4suger macro library

  • Tom Shields Tom Shields committed [r3788] on Code

    - update generated files due to change [r3787]

  • Tom Shields Tom Shields committed [r3787] on Code

    - standardize the API for multiple classes representing sequences

  • Tom Shields Tom Shields committed [r3786] on Code

    - update 'oxml2m4' generated files due to change [r3785]

  • Tom Shields Tom Shields committed [r3785] on Code

    - correct typo: missing '<sep/>' in 'yyyTreeVizGraph'

  • Tom Shields Tom Shields committed [r3784] on Code

    - update PDF file generated from change [r3782]

  • Tom Shields Tom Shields committed [r3783] on Code

    - update intermediate file generated from change [r3782]

  • Tom Shields Tom Shields committed [r3782] on Code

    - update section D "Summary of command-line options" to add the '--treeviz', '-I' and '--include' options

  • Tom Shields Tom Shields committed [r3781] on Code

    - update testcase baseline compare files due to change [r3779]

  • Tom Shields Tom Shields committed [r3780] on Code

    - update Automake generated file due to change [r3779]

  • Tom Shields Tom Shields committed [r3779] on Code

    - eliminate terminal symbols not used in the grammar

  • Tom Shields Tom Shields posted a comment on ticket #29

    Fixed by commit [r3774]

  • Tom Shields Tom Shields modified ticket #29

    L-file macro expansion drops last "))" of body

  • Tom Shields Tom Shields committed [r3778] on Code

    - add a long form of the '-t' command-line option:

  • Tom Shields Tom Shields committed [r3777] on Code

    - update testcase baseline compare files due to change [r3776]

  • Tom Shields Tom Shields committed [r3776] on Code

    - update to verify the capability to define Ox macros in an L-file (added in change [r3774])

  • Tom Shields Tom Shields committed [r3775] on Code

    - update generated files due to change [r3774]

  • Tom Shields Tom Shields committed [r3774] on Code

    - allow macro definitions in an L-file, local to that L-file

  • Tom Shields Tom Shields modified ticket #29

    L-file macro expansion drops last "))" of body

  • Tom Shields Tom Shields modified ticket #29

    L-file macro expansion drops last "))" of body

  • Tom Shields Tom Shields created ticket #29

    L-file macro expansion drops last "))" of body

  • Tom Shields Tom Shields committed [r3773] on Code

    - update test case baseline compare files due to changes [r3766],[r3767],[r3772]

  • Tom Shields Tom Shields committed [r3772] on Code

    - add an occurrence parameter to the Ox macro 'constExpr' to verify the capability to use a macro formal parameter in the attribute reference occurrence position (corrected in change [r3768])

  • Tom Shields Tom Shields committed [r3771] on Code

    - update generated files due to changes [r3768],[r3770]

  • Tom Shields Tom Shields committed [r3770] on Code

    - update the version of RE/flex used to build the Ox distribution to 5.4.0

  • Tom Shields Tom Shields committed [r3769] on Code

    - update Automake generated file due to change [r3768]

  • Tom Shields Tom Shields committed [r3768] on Code

    - refactor the implementation of Ox macros

  • Tom Shields Tom Shields committed [r3767] on Code

    - correct the location of an attribute reference to include the leading '@' (and trailing '@', if present)

  • Tom Shields Tom Shields committed [r3766] on Code

    - use the attribute occurrence lexeme text rather than the reconstructed text for error messages

  • Tom Shields Tom Shields committed [r3765] on Code

    - update the version of Gperf used to build the Ox distribution to 3.3

  • Tom Shields Tom Shields committed [r3764] on Code

    - update generated files due to change [r3763]

  • Tom Shields Tom Shields committed [r3763] on Code

    - add 'sort symSort' member to 'struct prodSymbol'

  • Tom Shields Tom Shields committed [r3762] on Code

    - update generated files due to change [r3761]

  • Tom Shields Tom Shields committed [r3761] on Code

    - use 'attribute' instead of 'attrbPair' & 'attrbSeq' instead of 'attrbPairSeq'

  • Tom Shields Tom Shields committed [r3760] on Code

    - update generated files due to change [r3759]

  • Tom Shields Tom Shields committed [r3759] on Code

    - remove 'struct typeSeqElem' and 'typedef std::list<typeSeqElem> typeSeq': no longer used

  • Tom Shields Tom Shields committed [r3758] on Code

    - update the version of macOS used for regression testing

  • Tom Shields Tom Shields committed [r3757] on Code

    - escape an M4sugar-reserved character quadrilateral in a source literal

  • Tom Shields Tom Shields committed [r3756] on Code

    - update the version of Gperf used to build the Ox distribution to 3.2.1

  • Tom Shields Tom Shields committed [r3755] on Code

    - update generated files due to change [r3754]

  • Tom Shields Tom Shields committed [r3754] on Code

    - eliminate the hiding M4sugar-reserved character hack (setting the high bit)

  • Tom Shields Tom Shields committed [r3753] on Code

    - update test case baseline compare files due to change [r3752]

  • Tom Shields Tom Shields committed [r3752] on Code

    - eliminate pretending auto-generated attribute evaluation is from the source

  • Tom Shields Tom Shields committed [r3751] on Code

    - update test case baseline compare files due to change [r3750]

  • Tom Shields Tom Shields committed [r3750] on Code

    - update 'oxml2m4' generated files due to change [r3749]

  • Tom Shields Tom Shields committed [r3749] on Code

    - update comments in 'yyyDecorate ()' implementation

  • Tom Shields Tom Shields committed [r3748] on Code

    - eliminate the delimited attribute pair in attribute evaluation source code:

  • Tom Shields Tom Shields committed [r3747] on Code

    - move check for terminal symbol out of loop over symbol attributes

  • Tom Shields Tom Shields committed [r3746] on Code

    - update test case baseline compare file due to change [r3744]

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.