Skip to content

Commit 51d2876

Browse files
committed
update README
1 parent f2d80e5 commit 51d2876

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11

22
# 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>
55
**SIMAS**, which is an acronym for **SIM**ple **AS**sembly, is a dynamically typed, Just-In-Time
66
(JIT) compiled, high level, procedural programming language with a syntax that is inspired
77
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>
99

1010
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>
1212

1313
The instruction and its operands are separated by one space character and one space character
1414
only, if anything other that is entered, unexcepted behavior will take place. Also, lines of

0 commit comments

Comments
 (0)