Code Monkey home page Code Monkey logo

iri-parser's Introduction

IRI-parser

An ANTLR 4 grammar and parser for IRI (Internationalized Resource Identifiers).

The grammar can be found in src/main/antlr4/nl/bigo/iriparser.

Seeing the generated parser in action can be done by building a fat JAR of the project and then running it to parse some input provided as a command line parameter.

Get started

0. clone this repository

git clone https://github.com/bkiers/iri-parser
cd iri-parser

1. generate the lexer and parser classes

mvn clean antlr4:antlr4

2. build the fat JAR

mvn clean install package

3. parse an IRI

java -jar target/iri-parser-0.1.0.jar "https://me@[2001:db8::ff00:42:8329]/path?query=nothing#somewhere"

Running the command above would print the following output:

> the scheme      : https
> ihier-part      : //me@[2001:db8::ff00:42:8329]/path
> an IPv6 address : 2001:db8::ff00:42:8329
> a query         : query=nothing
> a fragment      : somewhere

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.