Giter Club home page Giter Club logo

Comments (5)

omurbekjk avatar omurbekjk commented on June 20, 2024

@mike-lischke Let's add simple demo

from antlr4-c3.

jacqueline-staub avatar jacqueline-staub commented on June 20, 2024

We are currently trying to use your library and struggle initializing it as well. The project's "test" script doesn't seem to complete successfully. We get an error just after cloning the repo by just calling the following scripts:

git clone https://github.com/mike-lischke/antlr4-c3 .
npm install
npm run generate
npm run test

We get the following error:
Cannot find module './PredicatedFooBarLexer' or its corresponding type declarations.
18 import { PredicatedFooBarLexer } from "./PredicatedFooBarLexer";
~~~~~~~~~~~~~~~~~~~~~~~~~
test/test.ts:19:40 - error TS2307: Cannot find module './PredicatedFooBarParser' or its corresponding type declarations.
19 import { PredicatedFooBarParser } from "./PredicatedFooBarParser";
~~~~~~~~~~~~~~~~~~~~~~~~~~
Found 2 errors.

Could you please provide some help on how to run your demo?

from antlr4-c3.

mike-lischke avatar mike-lischke commented on June 20, 2024

@jacqueline-staub My fault, yes. I accepted a PR without running tests in Github, and they fail.

However, that doesn't mean you cannot use the library. In package.json remove the output dir from the generate script, which should then place the generated files in the same folder as the grammars. After that you can run the tests. One fails, but the rest can serve as example.

from antlr4-c3.

jacqueline-staub avatar jacqueline-staub commented on June 20, 2024

I see. Now that you mention I can see it easily. Thanks for the hint! Btw, we are currently using your library in a Bachelor's thesis in our group. Thanks a lot for your effort in providing the library. Your work is highly appreciated.

from antlr4-c3.

mike-lischke avatar mike-lischke commented on June 20, 2024

Very glad to hear that my work is of use for others!

from antlr4-c3.

Related Issues (20)

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.