Support to generate and otherwise manipulate Nit code

All subgroups and modules

module gen_nit

gen_nit :: gen_nit

Support to generate and otherwise manipulate Nit code
package_diagram gen_nit\> gen_nit template template gen_nit\>->template core core template->core ...core ... ...core->core gamnit gamnit gamnit->gen_nit\> nitc nitc nitc->gen_nit\> nitc\>frontend\> frontend nitc->nitc\>frontend\> nitc\>frontend\>->gen_nit\> android android android->gamnit android... ... android...->android nitc\>compiler\> compiler nitc\>compiler\>->nitc\>frontend\> nitc\>interpreter\> interpreter nitc\>interpreter\>->nitc\>frontend\> nitc\>metrics\> metrics nitc\>metrics\>->nitc\>frontend\> nitc\>model\> model nitc\>model\>->nitc\>frontend\> nitc\>testing\> testing nitc\>testing\>->nitc\>frontend\> nitc\>compiler\>... ... nitc\>compiler\>...->nitc\>compiler\> nitc\>interpreter\>... ... nitc\>interpreter\>...->nitc\>interpreter\> nitc\>metrics\>... ... nitc\>metrics\>...->nitc\>metrics\> nitc\>model\>... ... nitc\>model\>...->nitc\>model\> nitc\>testing\>... ... nitc\>testing\>...->nitc\>testing\>

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 text

core > text

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

Parents

group template

template

Basic template system

Children

group frontend

nitc > frontend

Collect and orchestration of main frontend phases
group gamnit

gamnit

Portable game and multimedia framework for Nit
group nitc

nitc

Nit compiler and tools

Descendants

group android

android

Android platform support and APIs
group api

nitc > doc > api

Components required to build a web server about the nit model.
group bundle

android > bundle

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

nitc > catalog

Basic catalog generator for Nit packages
group commands

nitc > doc > commands

group compiler

nitc > compiler

Compilation to C
group compiler_ffi

nitc > compiler > compiler_ffi

Full FFI support for the compiler
group depth

gamnit > depth

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

nitc > doc

group dynamic_loading_ffi

nitc > interpreter > dynamic_loading_ffi

This group implement a partial support for the Nit FFI in the interpreter.
group egl

egl

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

app > examples

group ffi

nitc > ffi

Full FFI support, independent of the compiler
group flat

gamnit > flat

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

glesv2

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

android > intent

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

nitc > interpreter

Interpretation of Nit programs
group metrics

nitc > metrics

Various statistics about Nit models and programs
group model

nitc > model

The meta model of Nit programs
group modelize

nitc > modelize

Create a model from nit source files
group nitni

nitc > nitni

Native interface related services (used underneath the FFI)
group notification

android > notification

Services to show notification in the Android status bar
group parser

nitc > parser

Parser and AST for the Nit language
group platform

nitc > platform

Platform system, used to customize the behavior of the compiler.
group saf

nitc > saf

Nit Static Analysis Framework.
group semantize

nitc > semantize

Process bodies of methods in regard with the model.
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 static

nitc > doc > static

Nitdoc generation framework
group term

nitc > doc > term

group testing

nitc > testing

Test unit generation and execution for Nit.
group ui

android > ui

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

nitc > uml

Group head module for UML generation services
group virtual_gamepad

gamnit > virtual_gamepad

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

nitc > vm

Entry point of all vm components