File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
2
# The SIMAS Programming Language
3
- * Created by: Turrnut*
4
- ** Current Version v0.0.1**
3
+ * Created by: Turrnut* < br >
4
+ ** Current Version v0.0.1** < br >
5
5
** SIMAS** , which is an acronym for ** SIM** ple ** AS** sembly, is a dynamically typed, Just-In-Time
6
6
(JIT) compiled, high level, procedural programming language with a syntax that is inspired
7
7
by the Assembly programming language. In SIMAS, each line starts with an instruction,
8
- optionally followed by one or more operands, just like Assembly.
8
+ optionally followed by one or more operands, just like Assembly.< br >
9
9
10
10
SIMAS is designed to be minimal. The run function contains all of the code you need to run
11
- a SIMAS program. the parameter, inputText, is your SIMAS code.
11
+ a SIMAS program. the parameter, inputText, is your SIMAS code.< br >
12
12
13
13
The instruction and its operands are separated by one space character and one space character
14
14
only, if anything other that is entered, unexcepted behavior will take place. Also, lines of
You can’t perform that action at this time.
0 commit comments