Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/rxm.git

Commit History main

acdc3b4Renamed ASTPayload to Payload.Dave Jarvis • 2015-03-09
ba68c89Refactored code to introduce payload abstraction.Dave Jarvis • 2015-03-09
c029a38Updated comments.Dave Jarvis • 2015-03-08
dd442c7Updated comments.Dave Jarvis • 2015-03-08
3812827Abstracted tokens. Revised table, column, and attribute maps to generate code closer to the requirements.Dave Jarvis • 2015-03-08
d253c1bOpen root, root element, and close them.Dave Jarvis • 2015-03-08
8e416edOpen root, root element, and close them.Dave Jarvis • 2015-03-08
35140a8Code generates wrapper classes that are aware of the document type that should be generated.Dave Jarvis • 2015-03-07
baa7be9Added custom trees to handle custom output formats.Dave Jarvis • 2015-03-07
a4a0e10Reverted to fix bug.Dave Jarvis • 2015-03-07
7b98141Reorganized imports. Fixed getRoot bug. Added warning suppression and more comments. Simplified tree.Dave Jarvis • 2015-03-07
8b6d0a0Removed unused variable. Added equivalent functionality to tree -- seeking the root node.Dave Jarvis • 2015-03-06
df0820fRemoved superfluous variable and exception throwing.Dave Jarvis • 2015-03-06
2d49cd1Swapped order of table and column mappings.Dave Jarvis • 2015-03-06
1de9942Removed unused import.Dave Jarvis • 2015-03-06
99939d2Removed unused code. Added comments to tree class.Dave Jarvis • 2015-03-06
c717449Revised BNF to clarify context for different types of maps. Added a tree that is populated while walking through the map. The tree, eventually, will employ a wrapper around elements that can generate the appropriate SQL code.Dave Jarvis • 2015-03-06
f79fa77Added a generic tree to use when walking the mapping.Dave Jarvis • 2015-03-05
cff74d9Removed unused stack implementation.Dave Jarvis • 2015-03-04
fe9e002Rudimentary parser.Dave Jarvis • 2015-03-04
5d43eecIn order traversal of stack.Dave Jarvis • 2015-03-03
625e03fCombine dependencies into a single jar. Simplified grammar. Updated parser to use a stack.Dave Jarvis • 2015-03-03
d964955Javadocs generate hyperlinks to Oracle and ANTLR. Updated grammar to trigger events for pops and globs.Dave Jarvis • 2015-03-02
43c21c4List of contributors.Dave Jarvis • 2015-03-02
d81183aRenamed entry point to RXM.Dave Jarvis • 2015-03-02
d0fd40eMultiple source directories for JavaDocs.Dave Jarvis • 2015-03-02
8221c16Generate JavaDocs for generated source code.Dave Jarvis • 2015-03-02
567f66dWrite element names to console.Dave Jarvis • 2015-03-01
4897112Updated documentation with quick test.Dave Jarvis • 2015-03-01
27d4551Compiles, parses, and runs.Dave Jarvis • 2015-03-01
34dc914Cannot find viable alternative at input root?Dave Jarvis • 2015-03-01
7ddac6fAdded tree walker for parsing an rxm.Dave Jarvis • 2015-03-01
996bdf6Compiles and runs. No parsing, yet.Dave Jarvis • 2015-03-01
f4683aaRelocated grammar to source directory. Building example script works with ANTLR4.Dave Jarvis • 2015-03-01
91d8f91Migrating to ANTLR.Dave Jarvis • 2015-03-01
3b2a66dThe com directory is a build artefact. Removed.Dave Jarvis • 2015-02-28
def3749Script to run the test case.Dave Jarvis • 2015-02-28
20c4c54Source code comments.Dave Jarvis • 2015-02-28
5edaac1Added exception for parsing. Started to integrate test code.Dave Jarvis • 2015-02-28
98f90b6Added RXM for testing.Dave Jarvis • 2015-02-28
e581a4dSuccessful build with inner/outer join syntax.Dave Jarvis • 2015-02-28
4e8509bClarified mapping for OUTER JOIN.Dave Jarvis • 2015-02-28
f05e735Emphasized JOIN syntax. Added reference documentation.Dave Jarvis • 2015-02-28
7da0405Symbols for inner (+>) and outer (->) joins.Dave Jarvis • 2015-02-28
da20169Switched around documentation comments.Dave Jarvis • 2015-02-28
7200dd3Using JLex archive.Dave Jarvis • 2015-02-12
63db021Fixed empty where notation, again.Dave Jarvis • 2015-02-12
772a213Fixed optional where clause.Dave Jarvis • 2015-02-12
5ce55b0Simplifications of text.Dave Jarvis • 2015-02-12
c68c87fMap example intro.Dave Jarvis • 2015-02-12
651fd4bSeparated build directory from source directory w.r.t. classpath.Dave Jarvis • 2015-02-11
0ff783aMoved source into own directory.Dave Jarvis • 2015-02-11
b9ae7f2Almost compiles.Dave Jarvis • 2015-02-11
90789edIgnoring build files.Dave Jarvis • 2015-02-11
4e37bb4Added Java API.Dave Jarvis • 2015-02-11
2868ec0First implementation of Java rxm API.Dave Jarvis • 2015-02-11
7d78dfdFirst implementation of Java rxm API.Dave Jarvis • 2015-02-11
f193a53Simplified RXM Java API.Dave Jarvis • 2015-02-11
ef5a8bcNote about module usage.Dave Jarvis • 2015-02-11
bc3b20eEven more clarifications.Dave Jarvis • 2015-02-11
500c6e4More clarifications.Dave Jarvis • 2015-02-11
132ae3bClarification of usage section.Dave Jarvis • 2015-02-11
bb3048dTerser documentation.Dave Jarvis • 2015-02-11
63ab6a2Reordered usage content.Dave Jarvis • 2015-02-11
32feff0Documentation simplifications.Dave Jarvis • 2015-02-10
056f1beRemoved extra quotes.Dave Jarvis • 2015-02-10
ccf21b2Clarified that WHERE clauses are optional.Dave Jarvis • 2015-02-10
432e88fRenamed LineElement to LineDecl.Dave Jarvis • 2015-02-10
08fb828Fixed issue with import. Updated BNF to reference imports anywhere.Dave Jarvis • 2015-02-10
26bff20Clarified module import mechanism.Dave Jarvis • 2015-02-10
702504cRemoved extraneous text.Dave Jarvis • 2015-02-10
fe89fb4Added module reference.Dave Jarvis • 2015-02-10
83b8b4dReorganized BNF. Revised documentation with more Java code simplifications.Dave Jarvis • 2015-02-10
3f5b776Made terminator a token.Dave Jarvis • 2015-02-09
ac2ba39Simplified module API definition.Dave Jarvis • 2015-02-09
6d081e9Modules.Dave Jarvis • 2015-02-09
f13f899Example code to readme.Dave Jarvis • 2015-02-09
07552faActive voice for globs.Dave Jarvis • 2015-02-09
b88d3dcAdded source directory to ignore. Updated variable parameters details.Dave Jarvis • 2015-02-08
02836dcArray parameters for where clause variables.Dave Jarvis • 2015-02-08
15a2726Documentation clarifications.Dave Jarvis • 2015-02-08
08098e5Clarified XPath expression.Dave Jarvis • 2015-02-08
6ed8e61Clarified pops.Dave Jarvis • 2015-02-08
dac56c2Clarified pops.Dave Jarvis • 2015-02-08
ea48be2Example stored function calls.Dave Jarvis • 2015-02-08
034ae79Spellink misteak.Dave Jarvis • 2015-02-08
cfce503Clarified globbing.Dave Jarvis • 2015-02-08
0ac0f77Documented where clause.Dave Jarvis • 2015-02-08
e46992cFewer words; updated example code with more commentary.Dave Jarvis • 2015-02-08
7d0726dAdded explanation for the example.Dave Jarvis • 2015-02-08
40ecb3fRevised overview.Dave Jarvis • 2015-02-08
c5a160fFormatting.Dave Jarvis • 2015-02-08
e9d4f8dRenamed example to README.Dave Jarvis • 2015-02-08
fa715ebAvoiding LaTeX in favour of pandoc and ConTeXt.Dave Jarvis • 2015-02-07
f49dbcaAdded JLex and CUP dependencies for building.Dave Jarvis • 2015-02-07
cd24bf0OR-based conditional expressions in BNFC require rules prefix.Dave Jarvis • 2015-02-07
f7474a9Minor fixes to BNF to align with specification.Dave Jarvis • 2015-02-06
2fcf47fLabel for BNF.Dave Jarvis • 2015-02-06
a7f7b4aExpressions for where clause.Dave Jarvis • 2015-02-06
986fba0Started simplest form of BNF.Dave Jarvis • 2015-02-06