envs files gemaakt, geen sapl meer(eindelijk), readme
[cc1516.git] / src / README.md
1 #spl
2 `<spl> ::= <spl> <parsing> <lexing>`
3
4 ## Instructions
5 ### Linux
6 Append `envs/envs.linux64` to your `IDEEnvs` and run `make`.
7
8 ### Mac
9 Append `envs/envs.mac` to your `IDEEnvs` and run `make`.
10
11 ### Windows
12 Install a real operating system. And try again.o
13
14 ## `LICENCE`
15 The MIT License (MIT)
16
17 Copyright (c) 2016 Pim Jager & Mart Lubbers
18
19 Permission is hereby granted, free of charge, to any person obtaining a copy of
20 this software and associated documentation files (the "Software"), to deal in
21 the Software without restriction, including without limitation the rights to
22 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
23 of the Software, and to permit persons to whom the Software is furnished to do
24 so, subject to the following conditions:
25
26 The above copyright notice and this permission notice shall be included in all
27 copies or substantial portions of the Software.
28
29 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35 SOFTWARE.