10
10
< meta name ="viewport " content ="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1 ">
11
11
< meta http-equiv ="X-UA-Compatible " content ="IE=10 " />
12
12
< title > Eve Documentation</ title >
13
- < meta name ="generator " content ="Hugo 0.16 " />
13
+ < meta name ="generator " content ="Hugo 0.19 " />
14
14
15
15
16
16
< link rel ="canonical " href ="http://docs.witheve.com/ ">
74
74
</ head >
75
75
< body class =" ">
76
76
77
+ < div class ="layer-wrapper header-wrapper ">
78
+ < header class ="layer ">
79
+ < a href ="http://witheve.com ">
80
+ < div class ="logo ">
81
+ < img src ="https://witheve.github.io/assets/images/logo_square.png " />
82
+ < h1 > < img alt ="EVE " src ="http://docs.witheve.com/images/eve.svg " /> </ h1 >
83
+ </ div >
84
+ </ a >
85
+ < div class ="flex-spacer "> </ div >
86
+ < nav >
87
+ < a class ="btn rounded cta secondary play-cta " href ="http://play.witheve.com "> Play</ a >
88
+
89
+ < a href ="http://incidentalcomplexity.com "> Blog</ a >
90
+ < a href ="http://docs.witheve.com "> Docs</ a >
91
+ < a href ="https://groups.google.com/forum/#!forum/eve-talk "> Community</ a >
92
+ </ nav >
93
+ </ header >
94
+ </ div >
77
95
78
96
79
97
80
98
81
99
82
100
83
- < div class ="backdrop ">
84
- < div class ="backdrop-paper "> </ div >
85
- </ div >
86
-
87
- < main class ="main ">
88
- < div class ="drawer ">
89
- < nav aria-label ="Navigation ">
101
+ < main class ="main layer-wrapper ">
102
+ < div class ="toplayer ">
103
+ < div class ="drawer ">
104
+ < div aria-label ="Navigation ">
90
105
91
- < center >
92
- < img class ="logo " src ="https://witheve.github.io/assets/images/logo_square.png ">
93
- </ center >
94
-
95
106
< div class ="scrollable ">
96
107
< div class ="wrapper ">
97
108
103
114
104
115
105
116
< li class ="sub-menu active ">
106
- < a href ="http://docs.witheve.com/handbook/intro " class ="">
117
+ < a href ="http://docs.witheve.com/ " class ="">
107
118
108
119
< span class ="colored "> Introduction</ span >
109
120
< span class ="menu-arrow arrow_carrot-right "> </ span >
110
121
</ a >
111
122
< ul class ="sub ">
112
123
113
- < li > < a href ="http://docs.witheve.com/handbook/installation/ "> Getting Eve </ a > </ li >
114
-
115
- < ul class ="sub ">
116
-
117
- < li > < a href ="http://docs.witheve.com/handbook/linux/ "> Linux</ a > </ li >
118
-
119
- < li > < a href ="http://docs.witheve.com/handbook/mac/ "> Mac</ a > </ li >
120
-
121
- < li > < a href ="http://docs.witheve.com/handbook/windows/ "> Windows</ a > </ li >
122
-
123
- < li > < a href ="http://docs.witheve.com/handbook/docker/ "> Docker</ a > </ li >
124
-
125
- < li > < a href ="http://docs.witheve.com/handbook/npm/ "> npm</ a > </ li >
126
-
127
- </ ul >
128
-
129
-
130
- < li > < a href ="http://docs.witheve.com/handbook/running/ "> Running Eve </ a > </ li >
131
-
132
-
133
- < li > < a href ="http://docs.witheve.com/handbook/help/ "> Getting Help </ a > </ li >
134
-
135
-
136
- </ ul >
137
- </ li >
138
-
139
-
140
-
141
- < li class ="sub-menu active ">
142
- < a href ="http://docs.witheve.com/handbook/programs " class ="">
143
-
144
- < span class ="colored "> Eve Programs</ span >
145
- < span class ="menu-arrow arrow_carrot-right "> </ span >
146
- </ a >
147
- < ul class ="sub ">
148
-
149
- < li > < a href ="http://docs.witheve.com/handbook/model/ "> Programming Model </ a > </ li >
150
-
151
-
152
- < li > < a href ="http://docs.witheve.com/handbook/sets/ "> Sets </ a > </ li >
153
-
154
-
155
- < li > < a href ="http://docs.witheve.com/handbook/literate-programming/ "> Literate Programming </ a > </ li >
156
-
157
-
158
- < li > < a href ="http://docs.witheve.com/handbook/blocks/ "> Blocks </ a > </ li >
159
-
160
-
161
- </ ul >
162
- </ li >
163
-
164
-
165
-
166
- < li class ="sub-menu active ">
167
- < a href ="http://docs.witheve.com/handbook/core " class ="">
168
-
169
- < span class ="colored "> Core Language</ span >
170
- < span class ="menu-arrow arrow_carrot-right "> </ span >
171
- </ a >
172
- < ul class ="sub ">
173
-
174
- < li > < a href ="http://docs.witheve.com/handbook/records/ "> Records </ a > </ li >
175
-
176
- < ul class ="sub ">
177
-
178
- < li > < a href ="http://docs.witheve.com/handbook/tags/ "> Tags</ a > </ li >
179
-
180
- < li > < a href ="http://docs.witheve.com/handbook/not/ "> not</ a > </ li >
181
-
182
- </ ul >
183
-
184
-
185
- < li > < a href ="http://docs.witheve.com/handbook/equivalence/ "> Equivalence </ a > </ li >
186
-
187
- < ul class ="sub ">
188
-
189
- < li > < a href ="http://docs.witheve.com/handbook/equality/ "> Equality</ a > </ li >
190
-
191
- < li > < a href ="http://docs.witheve.com/handbook/inequality/ "> Inequality</ a > </ li >
192
-
193
- < li > < a href ="http://docs.witheve.com/handbook/joins/ "> Joins</ a > </ li >
194
-
195
- </ ul >
196
-
197
-
198
- < li > < a href ="http://docs.witheve.com/handbook/actions/ "> Actions </ a > </ li >
199
-
200
- < ul class ="sub ">
201
-
202
- < li > < a href ="http://docs.witheve.com/handbook/search/ "> search</ a > </ li >
203
-
204
- < li > < a href ="http://docs.witheve.com/handbook/bind/ "> bind</ a > </ li >
205
-
206
- < li > < a href ="http://docs.witheve.com/handbook/commit/ "> commit</ a > </ li >
207
-
208
- </ ul >
209
-
210
-
211
- < li > < a href ="http://docs.witheve.com/handbook/expressions/ "> Expressions </ a > </ li >
212
-
213
- < ul class ="sub ">
214
-
215
- < li > < a href ="http://docs.witheve.com/handbook/functions/ "> Functions</ a > </ li >
216
-
217
- < li > < a href ="http://docs.witheve.com/handbook/aggregates/ "> Aggregates</ a > </ li >
218
-
219
- < li > < a href ="http://docs.witheve.com/handbook/if-then/ "> if-then</ a > </ li >
220
-
221
- < li > < a href ="http://docs.witheve.com/handbook/is/ "> is</ a > </ li >
222
-
223
- < li > < a href ="http://docs.witheve.com/handbook/string-interpolation/ "> String Interpolation</ a > </ li >
224
-
225
- </ ul >
226
-
227
-
228
- < li > < a href ="http://docs.witheve.com/handbook/update-operators/ "> Update Operators </ a > </ li >
229
-
230
- < ul class ="sub ">
231
-
232
- < li > < a href ="http://docs.witheve.com/handbook/add/ "> Add: +=</ a > </ li >
233
-
234
- < li > < a href ="http://docs.witheve.com/handbook/set/ "> Set: :=</ a > </ li >
235
-
236
- < li > < a href ="http://docs.witheve.com/handbook/remove/ "> Remove: -=</ a > </ li >
237
-
238
- < li > < a href ="http://docs.witheve.com/handbook/merge/ "> Merge <-</ a > </ li >
239
-
240
- </ ul >
241
-
242
-
243
- </ ul >
244
- </ li >
245
-
246
-
247
-
248
- < li class ="sub-menu active ">
249
- < a href ="http://docs.witheve.com/handbook/databases " class ="">
250
-
251
- < span class ="colored "> Databases</ span >
252
- < span class ="menu-arrow arrow_carrot-right "> </ span >
253
- </ a >
254
- < ul class ="sub ">
255
-
256
- < li > < a href ="http://docs.witheve.com/handbook/standard-library/ "> Standard Library </ a > </ li >
257
-
258
- < ul class ="sub ">
259
-
260
- < li > < a href ="http://docs.witheve.com/handbook/general/ "> General</ a > </ li >
261
-
262
- < li > < a href ="http://docs.witheve.com/handbook/math/ "> Math</ a > </ li >
263
-
264
- < li > < a href ="http://docs.witheve.com/handbook/strings/ "> Strings</ a > </ li >
265
-
266
- < li > < a href ="http://docs.witheve.com/handbook/statistics/ "> Statistics</ a > </ li >
267
-
268
- < li > < a href ="http://docs.witheve.com/handbook/datetime/ "> Date & Time</ a > </ li >
269
-
270
- </ ul >
271
-
272
-
273
- < li > < a href ="http://docs.witheve.com/handbook/session/ "> @session </ a > </ li >
274
-
275
-
276
- < li > < a href ="http://docs.witheve.com/handbook/browser/ "> @browser </ a > </ li >
277
-
278
-
279
- < li > < a href ="http://docs.witheve.com/handbook/event/ "> @event </ a > </ li >
280
-
281
- < ul class ="sub ">
282
-
283
- < li > < a href ="http://docs.witheve.com/handbook/event/click/ "> click</ a > </ li >
284
-
285
- </ ul >
286
-
287
-
288
- < li > < a href ="http://docs.witheve.com/handbook/http/ "> @http </ a > </ li >
289
-
290
-
291
- < li > < a href ="http://docs.witheve.com/handbook/view/ "> @view </ a > </ li >
292
-
293
-
294
- </ ul >
295
- </ li >
296
-
297
-
298
-
299
- < li class ="sub-menu active ">
300
- < a href ="http://docs.witheve.com/handbook/appendix " class ="">
301
-
302
- < span class ="colored "> Appendix</ span >
303
- < span class ="menu-arrow arrow_carrot-right "> </ span >
304
- </ a >
305
- < ul class ="sub ">
306
-
307
- < li > < a href ="http://docs.witheve.com/handbook/ebnf/ "> Grammar </ a > </ li >
124
+ < li > < a href ="http://docs.witheve.com/install/ "> Installation </ a > </ li >
308
125
309
126
310
- < li > < a href ="http://docs.witheve.com/handbook/commonmark / "> CommonMark </ a > </ li >
127
+ < li > < a href ="http://docs.witheve.com/tutorials/quickstart.eve / "> Quickstart </ a > </ li >
311
128
312
129
313
- < li > < a href ="http://docs.witheve.com/handbook/glossary/ "> Glossary </ a > </ li >
130
+ < li > < a href ="http://docs.witheve.com/syntaxreference/ "> Syntax Ref </ a > </ li >
314
131
315
132
316
133
</ ul >
317
134
</ li >
318
135
319
136
320
137
321
- < li class ="sub-menu active ">
322
- < a href ="http://docs.witheve.com/guides " class ="">
323
-
324
- < span class ="colored "> Guides</ span >
325
- < span class ="menu-arrow arrow_carrot-right "> </ span >
326
- </ a >
327
- < ul class ="sub ">
328
-
329
- < li > < a href ="http://docs.witheve.com/guides/for-programmers/ "> Eve for Programmers </ a > </ li >
330
-
138
+ < li >
139
+ < a class ="" href ="http://docs.witheve.com/handbook/libraries ">
331
140
332
- < li > < a href ="http://docs.witheve.com/guides/style/ "> Style Guide </ a > </ li >
333
-
334
-
335
- </ ul >
336
- </ li >
337
-
338
-
339
-
340
- < li class ="sub-menu active ">
341
- < a href ="http://docs.witheve.com/tutorials " class ="">
342
-
343
- < span class ="colored "> Tutorials</ span >
344
- < span class ="menu-arrow arrow_carrot-right "> </ span >
141
+ < span class ="colored "> Library</ span >
345
142
</ a >
346
- < ul class ="sub ">
347
-
348
- < li > < a href ="http://docs.witheve.com/tutorials/quickstart/ "> Quickstart </ a > </ li >
349
-
350
-
351
- </ ul >
352
143
</ li >
353
144
354
145
357
148
358
149
</ div >
359
150
</ div >
360
- </ nav >
361
- </ div >
151
+ </ div >
152
+ </ div >
153
+ < article class ="article ">
154
+ < div class ="wrapper ">
362
155
363
- < article class ="article ">
364
- < div class ="wrapper ">
365
-
366
156
157
+ < a href ="http://docs.witheve.com/v0.2/index.html "> < h2 > v0.2 Documentation</ h2 > </ a >
158
+ < a href ="http://docs.witheve.com/v0.3/index.html "> < h2 > v0.3 Documentation</ h2 > </ a >
367
159
368
- < h1 id ="eve-programming-language-documentation "> Eve Programming Language Documentation</ h1 >
369
-
370
- < h2 id ="guides "> Guides</ h2 >
371
-
372
- < ul >
373
- < li > < a href ="http://play.witheve.com "> Eve Quickstart Guide</ a > </ li >
374
- </ ul >
160
+
375
161
376
-
377
- </ div >
378
- </ article >
162
+ </ div >
163
+ </ article >
164
+ </ div >
379
165
</ main >
0 commit comments