-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathuwulang.1
65 lines (51 loc) · 2.59 KB
/
uwulang.1
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.\" man file for UwULang
.TH UWULANG 1 "February 2023" "UwUlang 0.1.0" "UwUlang Manual"
.SH NAME
UwULang \- The #1 language to get things done!
.SH SYNOPSIS
.B uwulang
[\fB\-h\fR]
[\fB\-v\fR]
[\fIscript\fR]
.SH DESCRIPTION
.B uwulang
is the best programming language to take over the world. It is a turing-complete language modelled after the measured UwUness of a programming language called BrainFuck
.SH OPTIONS
.TP
.BR \-v ", " \-\-version
Prints the version of the UwULang interpreter.
.TP
.BR \-h ", " \-\-help
Prints this help message.
.TP
.BR \fIscript
Runs the UwULang script specified by \fIscript\fR.
.SH INTERPRETER INTERFACE
The interpreter is a command-line program that reads a UwULang script from a file or from standard input and executes it. The interpreter should be able to be invoked with the command \fBuwulang\fR. with no arguments provided
That will launch you into an interactive interpreter. The interpreter should print a prompt starting with >, and then read a line of input from standard input. The interpreter should then execute the line of input as a UwULang program. The interpreter should then print the prompt again and read another line of input. This process should continue until the user does Ctrl-C or Ctrl-Z. The interpreter should then exit.
.SH AUTHOR
This manual page was written by the UwULang team: \fBhttps://github.com/UwULang\fR.
.SH INTERNET RESOURCES
UwULang website: \fBhttps://uwulang.vercel.app/\fR
.br
UwULang docs: \fBhttps://uwulang-docs.vercel.app/\fR
.br
UwULang source code: \fBhttps://github.com/UwULang/uwulang/\fR
.SH LICENSING
MIT
Copyright (c) 2021
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.