Join Slack
Powered by
Does someone know a good (Kotlin or Java) library ...
# random
f
Foso
10/15/2020, 7:14 PM
Does someone know a good (Kotlin or Java) library that can parse Javascript files and converts it to an AST. I want to generate new code based on that.
👀 1
l
louiscad
10/15/2020, 8:54 PM
You might get more eyeballs in
#C0B8L3U69
g
gildor
10/18/2020, 1:57 PM
Maybe Java Nashhorn can help with it?
m
Matteo Mirk
10/19/2020, 3:53 PM
You can use
https://github.com/antlr/antlr4
, already has grammars for common languages including JS
3
Views
Open in Slack
Previous
Next