-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.siliq
176 lines (134 loc) · 2.97 KB
/
README.siliq
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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
[!SILIQ!]
- file: .siliq
- date: 2023/01/06
- author: @mirusausiliq
[!SILIQ!]
# BASIC SYNTAX OF SILIQ #
## Chapter 01 Heading ##
# Heading 01 # # Normal
## Heading 02 ##
### Heading 03 ###
#### Heading 04 ####
##### Heading 05 #####
# Heading 01 # # Book
## Heading 02 ##
### Heading 03 ###
#### Heading 04 ####
##### Heading 05 #####
## Chapter 02 Horizontal Line ##
[:hori:] # Code...
-------- # Default...
## Chapter 03 Quote ##
> Quote 01
>> Quote 02
>>> Quote 03
>>>> Qoute 04
>>>>> Qoute 05
## Chapter 04 List ##
1. 01. 001. 0001. 00001.
2. 02. 002. 0002. 00002.
3. 03. 003. 0003. 00003.
I. i.
II. ii.
III. iii.
A. a.
B. b.
C. c.
- + * @ $ % ^
- + * @ $ % ^
- + * @ $ % ^
[-] # Not yet to do.
[o] # Finish.
[x] # Not yet finish.
## Chapter 05 Table ##
A | B | C
-----:|--------|:-----
Right | Center | Left
a01 | b01 | c01
a02 | b02 | c02
a03 | b03 | c03
A B C
01 a01 b01 c01
02 a02 b02 c02
03 a03 b03 c03
## Chapter 06 Command ##
SILIQ is the best! # Yeah indeed...
## Chapter 06 Special Feature ##
abc # text
:abd: # emoji
[abc] # code[]
[:abc:] # code[:<function>:]
[!abc!] # initial
[abc <- :bol] # bold
[abc <- :ita] # italic
[abc <- :del] # deleted
[abc <- :udl] # underline
[abc <- :spo] # spoiler
[abc <- :sup] # supcase
[abc <- :sub] # subcase
[abc <- :color.text(rgb(0, 0, 0))]
[abc <- :color.background(rgb(0, 0, 0))]
[abc <- :rub <- def]
[:url: <- https://blog.mirusausiliq.com]
[:img: <- https://blog.mirusausiliq.com/img.gif]
[:aud: <- https://blog.mirusausiliq.com/vid.mp4]
[:emb: <- https://blog.mirusausiliq.com/maps]
... To be continue (LateX, Code, Git, Bash...)
## Chapter 07 Other ##
...
<name>
{name}
[name]
[!SILIQ.init!]
[!SILIQ.note!]
[!SILIQ.code!]
[!SILIQ.git!]
[!SILIQ.data!]
## Chapter 08 SILIQ Assembly ##
var var_name: var_type = var_value
function function_name(parameter01: type, ...) {
statement...
}
class ClassName {
statement...
}
struct StructName {
statement...
}
if (condition) {
statement...
} else if (condition) {
statement...
} else {
statement...
}
switch (condition) {
case (condition) {
...
} case (condition) {
...
} case (condition) {
...
} default {
...
}
}
public:
private:
short /2
long *2
number.integer
.float
.boolean
.complex
char
string
list
array
vector
metrix
tuple
enum
dictionary
list
object