compiler/cli/modules.c
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 25 Sep 2015 03:51:15 +0100
changeset 16 17a2d1d9f205
permissions -rw-r--r--
Added standalone Tea compiler - teak It allows for compilation of .tea files from the command line.

/* $Header$
 *
 * DO NOT EDIT 
 * automagically generated from the projectDefinition: jv_tea_compiler_cli.
 *
 * Warning: once you modify this file, do not rerun
 * stmkmp or projectDefinition-build again - otherwise, your changes are lost.
 */
typedef void (*vf)();

extern void _TCompilerCommand_Init();
extern void _jv_137tea_137compiler_137cli_Init();


static vf modules[] = {
    _TCompilerCommand_Init,
_jv_137tea_137compiler_137cli_Init,

    (vf)0
};

vf *__modules__ = modules;