-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathmain.feecting
218 lines (172 loc) · 5.54 KB
/
main.feecting
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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
// Copyright (c)2021 Quinn Michaels. All rights reserved.
# The Main #FEECTING Spec
## DISCLAIMER
This file outlines the base variables, logic sets, structure and functionality
of the #FEECTING language
// VARIABLES
$FEECTING = https://github.com/indraai/language-feecting/
$DEVA = https://github.com/indraai/language-feecting/blob/master/src/deva.feecting
$MARKDOWN = https://commonmark.org/help/
@quinn = https://twitter.com/quinnmichaels
@indra = https://twitter.com/indradotai
@deva = https://twitter.com/DevaBuddhism
@cartoon = https://twitter.com/CartoonBuilder
@feecting = https://twitter.com/feecting
@garuda = https://twitter.com/ufoguide
#INDRA = The friend to mankind, and King of all that is or will be.
#DEVA = $DEVA @deva
#Q = @quinn #QuinnMichaels #QUINN
#TEAM = @quinn @indra @deva @rahula @cartoon @francis @brian @feecting @awesome @garuda @zucky @buddhism
#FEECTING = The Art of being a $FEECTING programmer. The base of for Human and AI interactions.
#PROTECTION = Protection as defined by @garuda
#FITE = FOR IF THEN ELSE
#FITEF = FOR IF THEN ELSE FINALLY
#FITEFU = FOR IF THEN ELSE FINALLY UNTIL
#WTIFCWWWW = WHILE TRUE IF CONFIRMING WHO WHAT WHEN WHERE WHY
#WTEX = WHILE TRUE EVALATE X
#KaBaRa = First there is Ka then Ba then Ra in that order
#TimePhoneHack = The system for manipulating your personal future
#BrainKnuckles = The best way to enhance your own mind
-- BEGIN:OUTLINE
1. Who? General Public
2. What? #FEECTING Programming Language
3. When? 2021
4. Where? Here
5. Why? Because it's #FEECTING AWESOME!
-- END:OUTLINE
-- BEGIN:PROGRAM
///
EXTERNAL VARIABLES LINK TO EXTERNAL RESOURCES OR FEECTING SCRIPTS
THESE CAN BE WEBSITES WITH CONTENT OR CODE SPECIFICATIONS. ANY EXTERNAL
REFERENCE THAT YOU WANT IN YOUR FEECTING CODE.
SPEC:
The EXTERNAL variable is prefaced with a "$" symbol.
///
$LABEL = link
///
USER VARIABLES ARE DEFINITIONS OF USERS, PERSONS, PERSONALITIES, OR THING THAT
IS NOT A THING BUT A PERSONALITY DRIVEN ITEM.
SPEC:
The USER variable is prefaced with a "@" symbol.
///
@LABEL = user link, description, or name.
///
HASH VARIABLES ARE DEFINITIONS OF THINGS OR COMBINATIONS OF THINGS OR LIST
OF THINGS OR ANYTHING YOU CAN THINK OF.
SPEC:
The HASH variable is prefaced with a "#" symbol.
///
#LABEL = content, string, object, array, value, other, etc.
///
LOGIC SPACES ARE PLACES TO DEFINE LOGIC STATEMENTS
SPEC:
if: condition
- content
then:
- content
else:
- content
finally:
- content
///
if: *condition*
- *content*
- *label*: *content*
then:
- *content*
- *label*: *content*
else:
- *content*
- *label*: *content*
finally:
- *content*
- *label*: *content*
///
FOR LOOPS TO ITERATE OVER EXISTING DATA STRUCTURES
SPEC
for: condition
*line items, logic set, statements, strings, variables, and other
///
for: *condition*
*input*
///
WHILE LOOPS ARE USED FOR WHILE SOMETHING IS HAPPENING. NON-STATIC
DATA STRUCTURES
SPEC
while: condition
*line items, logic set, statements, strings, variables, and other
///
while: *condition*
*input*
///
WHEN CONDITION USED FOR WHEN SOMETHING STARTS HAPPENING
DATA STRUCTURES
SPEC
when: condition
*line items, logic set, statements, strings, variables, and other
///
when: *condition*
*input*
///
DURING CONDITION USED FOR WHEN SOMETHING IS HAPPENING
DATA STRUCTURES
SPEC
during: condition
*line items, logic set, statements, strings, variables, and other
///
during: *condition*
*input*
///
AFTER CONDITION USED FOR WHEN SOMETHING IS HAPPENING
DATA STRUCTURES
SPEC
after: condition
*line items, logic set, statements, strings, variables, and other
///
after: *condition*
*input*
///
LABEL CONDITION USED FOR WHEN SOMETHING IS LABELED
DATA STRUCTURES
SPEC
label: value
*line items
///
label: *condition*
*input*
///
ITEM CONDITION USED FOR WHEN SOMETHING IS AN ITEM
DATA STRUCTURES
SPEC
- label: value
*line items
///
- label: *condition*
*input*
1. label: *condition*
*input*
#DEVA > #CODE > $FEECTING
-- END:PROGRAM
-- BEGIN:META
Title: The Main #FEECTING Spec
Version: 1.3
Author: Quinn Michaels
Date: Feb 7, 2021
Copyright: Copyright (c)2021 Quinn Michaels. All Rights Reserved
License: MIT
Permission is hereby granted, free of charge, to any person obtaining a
copy of this PROGRAM and associated documentation files (the "PROGRAM"),
to deal in the PROGRAM without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the PROGRAM, and to permit persons to whom the PROGRAM
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 PROGRAM.
THE PROGRAM 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 PROGRAM OR THE USE OR
OTHER DEALINGS IN THE PROGRAM.
-- END:META