summaryrefslogtreecommitdiff
path: root/docs/info
diff options
context:
space:
mode:
Diffstat (limited to 'docs/info')
-rw-r--r--docs/info/obe.texi54
1 files changed, 54 insertions, 0 deletions
diff --git a/docs/info/obe.texi b/docs/info/obe.texi
new file mode 100644
index 0000000..558fb80
--- /dev/null
+++ b/docs/info/obe.texi
@@ -0,0 +1,54 @@
+\input texinfo
+
+@setfilename obe.info
+@settitle Obe: compier backend
+
+@copying
+Copyright @copyright{} 2024 olang project.
+
+This is free software; see the source for copying conditions. There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+@end copying
+
+@titlepage
+@title Obe manual
+@page
+@vskip 0pt plus 1filll
+@insertcopying
+@end titlepage
+
+@contents
+
+@node Top
+@top Obe: compiler backend
+
+This manual is for OBE.
+
+@menu
+* First Chapter:: The first chapter.
+@end menu
+
+@node First Chapter
+@chapter First Chapter
+
+Here is a numbered list.
+
+@enumerate
+@item
+This is the first item.
+
+@item
+This is the second item.
+@end enumerate
+
+@node First Section
+@section First Section
+
+First section of first chapter.
+
+@node Second Section
+@section Second Section
+
+Second section of first chapter.
+
+@bye