Simple base for hand-made parsers of all kinds

All subgroups and modules

module parser_base

parser_base :: parser_base

Simple base for hand-made parsers of all kinds
package_diagram parser_base\> parser_base serialization serialization parser_base\>->serialization poset poset serialization->poset meta meta serialization->meta json json serialization->json json->parser_base\> ...poset ... ...poset->poset ...meta ... ...meta->meta ...json ... ...json->json dom dom dom->parser_base\> gamnit\>model_parsers\> model_parsers gamnit\>model_parsers\>->parser_base\> sexp sexp sexp->parser_base\> gamnit gamnit gamnit->dom nlp nlp nlp->dom gamnit... ... gamnit...->gamnit nlp... ... nlp...->nlp gamnit\>depth\> depth gamnit\>depth\>->gamnit\>model_parsers\> gamnit\>depth\>... ... gamnit\>depth\>...->gamnit\>depth\> json... ... json...->json

Ancestors

group codecs

core > codecs

Group module for all codec-related manipulations
group collection

core > collection

This module define several collection classes.
group core

core

Nit common library of core classes and methods
group meta

meta

Simple user-defined meta-level to manipulate types of instances as object.
group poset

poset

Pre order sets and partial order set (ie hierarchies)
group text

core > text

All the classes and methods related to the manipulation of text entities

Parents

group serialization

serialization

Abstract serialization services

Children

group dom

dom

Easy XML DOM parser
group json

json

read and write JSON formatted text
group sexp

sexp

S-Expression parsing facilities

Descendants

group android

android

Android platform support and APIs
group app

app

app.nit, a framework for portable applications
group bundle

android > bundle

A mapping class of String to various value types used by the
group depth

gamnit > depth

gamnit depth, a framework to create portable 3D games in Nit.
group egl

egl

Interface between rendering APIs (OpenGL, OpenGL ES, etc.) and the native windowing system.
group examples

app > examples

group examples

dom > examples

group examples

ios > examples

group examples

nlp > examples

group flat

gamnit > flat

Simple API for 2D games, built around Sprite and App::update
group gamnit

gamnit

Portable game and multimedia framework for Nit
group github

github

Nit wrapper for Github API
group glesv2

glesv2

OpenGL graphics rendering library for embedded systems, version 2.0
group graph

neo4j > graph

Provides an interface for services on a Neo4j graphs.
group intent

android > intent

Services allowing to launch activities and start/stop services using
group ios

ios

iOS support for app.nit
group linux

linux

Implementation of app.nit for the Linux platform
group mongodb

mongodb

MongoDB Nit Driver.
group mpi

mpi

Implementation of the Message Passing Interface protocol by wrapping OpenMPI
group msgpack

msgpack

MessagePack, an efficient binary serialization format
group neo4j

neo4j

Neo4j connector through its JSON REST API using curl.
group network

gamnit > network

Easy client/server logic for games and simple distributed applications
group nitcorn

nitcorn

Lightweight framework for Web applications development
group nlp

nlp

Nit wrapper for Stanford CoreNLP
group notification

android > notification

Services to show notification in the Android status bar
group popcorn

popcorn

Popcorn
group service

android > service

Android service support for app.nit centered around the class Service
group shared_preferences

android > shared_preferences

Services allowing to save and load datas to internal android device
group src

android > examples > src

group src

nitcorn > examples > src

group src

mpi > examples > src

group ui

android > ui

Views and services to use the Android native user interface
group ui

ios > ui

Implementation of app::ui for iOS
group virtual_gamepad

gamnit > virtual_gamepad

Virtual gamepad mapped to keyboard keys for quick and dirty mobile support