Coder Social home page Coder Social logo

Comments (5)

egor-bogomolov avatar egor-bogomolov commented on May 30, 2024

@FiV0 thanks for reporting the issue! Could you please share the link to the repository with Clojure integration and the failing example? I'll look into it tonight.

from astminer.

FiV0 avatar FiV0 commented on May 30, 2024

@egor-bogomolov
This branch has the files: https://github.com/FiV0/astminer/tree/clojure-support
You just need to run /.gradlew test and one test will fail.
To get the stacktrace you need to comment out the try statement in the ClojureParser.kt

from astminer.

egor-bogomolov avatar egor-bogomolov commented on May 30, 2024

@FiV0
I've reproduced the failure yesterday but didn't find out the fundamental reason. I will give it one more shot today.

from astminer.

egor-bogomolov avatar egor-bogomolov commented on May 30, 2024

Sorry for the late reply, but I fixed the problem. For Clojure, some characters like braces do not have a special type in grammar and we need a special workaround for this case.
To fix the issue, update TreeUtil:convertTerminal as follows:

val typeName = vocabulary.getSymbolicName(terminalNode.symbol.type) ?: "ESCAPED"
return SimpleNode(typeName, parent, terminalNode.symbol.text)

And add a null-check in TreeUtil:convertRuleContext: ruleContext.children.forEach -> ruleContext.children?.forEach

I will update our implementation to avoid problems of this type.

from astminer.

SpirinEgor avatar SpirinEgor commented on May 30, 2024

We completely refactor our pipeline and make it easier to add new languages. If you are still interested in adding Clojure support, navigate to documentation and see examples of existing parsers.

If you still have questions, don't hesitate to reopen this issue.

from astminer.

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.