Java Parser in JavaScript
Java Parser for JavaScript/TypeScript, based on antlr4ts
Java Parser in JavaScript
java parser based on chevrotain
Java parser using Synth's universal AST - WASM-based, works everywhere
Java parser based on pegjs grammar
A Java parser library for JavaScript/TypeScript
lezer-based Java grammar
No description provided.
Java language support for the CodeMirror code editor
Java Parser in JavaScript
WebApi Parser
An evented streaming XML parser in JavaScript
An evented streaming XML parser in JavaScript
Alternative JavaScript/TypeScript runtime for ANTLR4
JavaScript .properties parser and stringifier
A utility package to parse strings
A JavaScript parser
the mighty option parser used by yargs
Next generation ANTLR Tool
An ESLint custom parser which leverages TypeScript ESTree
Node.js body parsing middleware
> Selector parser with built in methods for working with selector strings.
A parser to Amazon Resource Names
This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
Provides access to the package, protected, and public fields and methods of the classes passed to it together with a list of all outgoing references.
javaclass is a java class file parser for ruby.
JREXML is an add-on for JRuby that uses a Java pull parser library to speed up REXML.
Ruby wrapper of the Stanford Parser, a NLP parser built in Java.
Full power of Java's ANTLR 3 language recognition tool brought to Ruby. Generate lexers, parsers, tree parsers, source translators, and language analysis tools for use in Ruby applications.
==== QDox - http://qdox.codehaus.org QDox is a high speed, small footprint parser for extracting class/interface/method definitions from Java source files complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools. QDox is a Java library. Therefore this RubyGem needs JRuby. ==== Quickstart Step 1: Load your Java sources. In JRuby (or +jirb+) write: require 'qdox' builder = QDox::JavaDocBuilder.new builder.add_source_tree(java.io.File.new(".") (Source: http://qdox.codehaus.org/usage.html) Step 2: Inspect the source model. src = builder.sources.first pkg = src.package puts pkg.name # e.g. "com.bla.foo" imports = src.imports # => e.g. ["java.util.List", "java.util.Set"] some_class = src.classes.first # => a QDox::Model::JavaClass # output the javadoc comment for the first method in some_class puts some_class.methods.first.comment (Source: http://qdox.codehaus.org/model.html) As you may have noticed, the Java packages used have been aliased to shorter Ruby Module names: The Java package com.thoughtworks.qdox is the Ruby module QDox etc. ==== In a Nutshell A custom built parser has been built using JFlex and BYacc/J. These have been chosen because of their proven performance and they require no external libraries at runtime. The parser skims the source files only looking for things of interest such as class/interface definitions, import statements, JavaDoc and member declarations. The parser ignores things such as actual method implementations to avoid overhead (while in method blocks, curly brace counting suffices). The end result of the parser is a very simple document model containing enough information to be useful. ==== License Apache License, Version 2.0 QDox was created by Joe Walnes, Aslak Hellesoy, Paul Hammant, Mike Williams, Mauro Talevi, Robert Scholte, and others. The RubyGem was created by Benjamin Bock.
Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby. It provides a sensible, easy-to-understand API for reading, writing, modifying, and querying documents. It is fast and standards-compliant by relying on native parsers like libxml2 (C) and xerces (Java).
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.