forked from vshaxe/hxparser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_oasis
46 lines (38 loc) · 1018 Bytes
/
_oasis
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Name: Hxparser
Version: 0.0.1
Synopsis: A menhir-based implementation of a parser for the Haxe language
Authors: Simon Krajewski <[email protected]>
License: MIT
Description: A menhir-based implementation of a parser for the Haxe language
Homepage: http://haxe.org
OASISFormat: 0.4
BuildTools: ocamlbuild
Plugins: META (0.4), DevFiles (0.4)
AlphaFeatures:
ocamlbuild_more_args
XOCamlbuildExtraArgs:
-no-ocamlfind
-use-menhir
-yaccflag --table
-yaccflag --inspection
-yaccflag --unused-tokens
-yaccflag --explain
Executable "hxparser"
Path: src
MainIs: hxparser.ml
CompiledObject: native
BuildDepends: menhirLib,sedlex,haxe-syntax,unix,str
Library "haxe-context"
Path: src/context
BuildDepends: haxe-root
Modules: Meta
Install: false
Library "haxe-root"
Path: src
Modules: Globals
Install: false
Library "haxe-syntax"
Path: src/syntax
BuildDepends: sedlex,menhirLib,haxe-context,haxe-root
Modules: Sedlex_menhir
Install: false