Project

General

Profile

« Previous | Next » 

Revision 30fef623

Added by Christophe Garion almost 7 years ago

json-parser: clean packages and _tags.in

View differences:

src/_tags.in
24 24
<**/main_lustre_compiler.native>: use_unix
25 25
<**/main_lustre_testgen.native> : use_unix
26 26
<**/*.native>                   : package(num)
27
<**/json_parser.ml>             : package(logs)
27
<**/*.ml>                       : package(logs)
28
<**/*.native>                   : package(logs)
28 29
<**/json_parser.ml>             : package(yojson)
29
<**/main_parse_json_file.*>     : package(logs)
30 30
<**/main_parse_json_file.*>     : package(cmdliner)
31 31
<**/main_parse_json_file.*>     : package(fmt.tty)
32 32
<**/main_parse_json_file.*>     : package(fmt.cli)
src/tools/stateflow/json-parser/json_parser.ml
1
open Yojson
2
open Datatype
3 1
open Basetypes
4
open Basic
5 2
open Corelang
3
open Datatype
6 4
open LustreSpec
7 5
open Str
6
open Yojson
7
open Basic
8 8

  
9 9
module type ParseExt =
10 10
sig

Also available in: Unified diff