Giter Club home page Giter Club logo

asciidoc-antlr's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

asciidoc-antlr's Issues

License?

Under what license are you offering this project?

State of this PoC

Hi!

I am quite happy to find this PoC.
What was the outcome? Did you manage to implement a full parser?
Which where the problems you encountered?

Thanx,
Ralf

Build fails. is this expected?

just tried to run a build as described in the README.adoc and it failed with the following messages:

./gradlew testRig
:buildSrc:compileJava UP-TO-DATE
:buildSrc:compileGroovy UP-TO-DATE
:buildSrc:processResources UP-TO-DATE
:buildSrc:classes UP-TO-DATE
:buildSrc:jar UP-TO-DATE
:buildSrc:assemble UP-TO-DATE
:buildSrc:compileTestJava UP-TO-DATE
:buildSrc:compileTestGroovy UP-TO-DATE
:buildSrc:processTestResources UP-TO-DATE
:buildSrc:testClasses UP-TO-DATE
:buildSrc:test UP-TO-DATE
:buildSrc:check UP-TO-DATE
:buildSrc:build UP-TO-DATE
:generateGrammarSource UP-TO-DATE
:compileJava UP-TO-DATE
:compileGroovy/home/rdmueller/projects/github/asciidoc-antlr/src/main/java/AbstractAsciidocLexer.java:28: error: cannot find symbol
      return AsciidocLexer.BLOCK_TABLE_START;
             ^
  symbol:   variable AsciidocLexer
  location: class AbstractAsciidocLexer
/home/rdmueller/projects/github/asciidoc-antlr/src/main/java/AbstractAsciidocLexer.java:31: error: cannot find symbol
      return AsciidocLexer.BLOCK_ANON_START;
             ^
  symbol:   variable AsciidocLexer
  location: class AbstractAsciidocLexer
/home/rdmueller/projects/github/asciidoc-antlr/src/main/java/AbstractAsciidocLexer.java:34: error: cannot find symbol
      return AsciidocLexer.BLOCK_FENCED_START;
             ^
  symbol:   variable AsciidocLexer
  location: class AbstractAsciidocLexer
/home/rdmueller/projects/github/asciidoc-antlr/src/main/java/AbstractAsciidocLexer.java:37: error: cannot find symbol
      return AsciidocLexer.BLOCK_COMMENT_START;
             ^
  symbol:   variable AsciidocLexer
  location: class AbstractAsciidocLexer
/home/rdmueller/projects/github/asciidoc-antlr/src/main/java/AbstractAsciidocLexer.java:40: error: cannot find symbol
      return AsciidocLexer.BLOCK_EXAMPLE_START;
             ^
  symbol:   variable AsciidocLexer
  location: class AbstractAsciidocLexer
/home/rdmueller/projects/github/asciidoc-antlr/src/main/java/AbstractAsciidocLexer.java:43: error: cannot find symbol
      return AsciidocLexer.BLOCK_LISTING_START;
             ^
  symbol:   variable AsciidocLexer
  location: class AbstractAsciidocLexer
/home/rdmueller/projects/github/asciidoc-antlr/src/main/java/AbstractAsciidocLexer.java:46: error: cannot find symbol
      return AsciidocLexer.BLOCK_LITERAL_START;
             ^
  symbol:   variable AsciidocLexer
  location: class AbstractAsciidocLexer
/home/rdmueller/projects/github/asciidoc-antlr/src/main/java/AbstractAsciidocLexer.java:49: error: cannot find symbol
      return AsciidocLexer.BLOCK_PASS_START;
             ^
  symbol:   variable AsciidocLexer
  location: class AbstractAsciidocLexer
/home/rdmueller/projects/github/asciidoc-antlr/src/main/java/AbstractAsciidocLexer.java:52: error: cannot find symbol
      return AsciidocLexer.BLOCK_SIDEBAR_START;
             ^
  symbol:   variable AsciidocLexer
  location: class AbstractAsciidocLexer
/home/rdmueller/projects/github/asciidoc-antlr/src/main/java/AbstractAsciidocLexer.java:55: error: cannot find symbol
      return AsciidocLexer.BLOCK_VERSE_START;
             ^
  symbol:   variable AsciidocLexer
  location: class AbstractAsciidocLexer
/home/rdmueller/projects/github/asciidoc-antlr/src/main/java/AbstractAsciidocLexer.java:90: error: cannot find symbol
    pushMode(AsciidocLexer.DELIM_CONTENT);
             ^
  symbol:   variable AsciidocLexer
  location: class AbstractAsciidocLexer
/home/rdmueller/projects/github/asciidoc-antlr/src/main/java/AbstractAsciidocLexer.java:110: error: cannot find symbol
    case AsciidocLexer.BLOCK_SECTION_TITLE:
         ^
  symbol:   variable AsciidocLexer
  location: class AbstractAsciidocLexer
/home/rdmueller/projects/github/asciidoc-antlr/src/main/java/AbstractAsciidocLexer.java:114: error: cannot find symbol
        emitType(AsciidocLexer.SECTION_END, "<SECTION_END>");
                 ^
  symbol:   variable AsciidocLexer
  location: class AbstractAsciidocLexer
13 errors
startup failed:
Compilation failed; see the compiler error output for details.

1 error

 FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileGroovy'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 6.01 secs

I even tried to run ./gradlew generateGrammarSource before because I though it could be necessary, but same results.

any help would be appreciated!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.