source: FCS-QL/trunk/README.txt @ 6801

Last change on this file since 6801 was 6801, checked in by Leif-Jöran, 9 years ago

Initial mavenized version of FCS-QL grammar compilation and packaging as component jar. Simple testing is working. The additional sources for integration will be added when maven is working nicely with them.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 451 bytes
Line 
1FCS-QL parser and utilities for FCS Core v2.0
2It is mavenized so:
3$ mvn antlr4:antlr4 compiler:compile package
4would create a jar with dependencies to include as component.
5
6By:
7$ ./run.bash src/test/resources/fcs-ql-v2.0/test.txt
8you would build source and run queries from the given file.
9
10or:
11$ ./run-test-file.bash src/test/resources/fcs-ql-v2.0/test.txt
12you would build test sources and run queries from the given file.
13
14Good luck!
15
16/Leif-Jöran
Note: See TracBrowser for help on using the repository browser.