source: lab.git/Dev/sakura-editor/OCaml.kwd

Last change on this file was 0774b70, checked in by mitty <mitty@…>, 13 years ago

git-svn-id: https://lab.mitty.jp/svn/lab/trunk@124 7d2118f6-f56c-43e7-95a2-4bb3031d96e7

  • Property mode set to 100644
File size: 581 bytes
Line 
1// OCaml keywords definition file
2
3// Keywords
4and
5as
6assert
7asr
8begin
9class
10constraint
11do
12done
13downto
14else
15end
16exception
17external
18false
19for
20fun
21function
22functor
23if
24in
25include
26inherit
27initializer
28land
29lazy
30let
31lor
32lsl
33lsr
34lxor
35match
36method
37mod
38module
39mutable
40new
41object
42of
43open
44or
45private
46rec
47sig
48struct
49then
50to
51true
52try
53type
54val
55virtual
56when
57while
58!=
59#
60&
61&&
62'
63(
64)
65*
66+
67,
68-
69-.
70->
71.
72..
73:
74::
75:=
76:>
77;
78;;
79<
80<-
81=
82>
83>]
84>}
85?
86??
87[
88[<
89[>
90[|
91]
92_
93`
94{
95{<
96|
97|]
98}
99~
100parser
101<<
102<:
103>>
104$
105$$
106$:
Note: See TracBrowser for help on using the repository browser.