Skip to content

Commit 17a650b

Browse files
committed
rename file format to .arr (arrow) and .arrh (arrow heirachy)
1 parent f5970cf commit 17a650b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# how-coding-should-work
22
My vision as to how coding should work in the future.
33
## contents
4-
[Wondering about .hrc or .clj+](#wondering-about-.hrc-or-.clj)
5-
## wondering about .hrc or .clj+
6-
### .hrc
7-
.hrc is a file format I created myself for my heirachy format v2\main.py will convert these to python nested lists of strings.
8-
### .clj+
9-
.clj+ is a coding language i created inspired by clojure which you can convert to my binary file format with .clj+ to code.py (not made yet) the python terminal will return a binary structure which can be ran on x86 with my coding language for x86.py (not made yet).
4+
[Wondering about .arrh or .arr](#wondering-about-.arrh-or-.arr )
5+
## wondering about .arrh or .arr
6+
### .arrh on
7+
.arrh on is a file format I created myself for my heirachy format v2\main.py will convert these to python nested lists of strings.
8+
### .arr
9+
.arr + is a coding language I created inspired by clojure which you can convert to my binary file format with .arr + to code.py (not made yet) the python terminal will return a binary structure which can be ran on x86 with my coding language for x86.py (not made yet).
File renamed without changes.

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ def returnList (code) :
4040

4141
return output
4242

43-
with open ("v2/code to convert.txt", "r") as text :
43+
with open ("v2/code to convert.arrh", "r") as text :
4444
print (returnList (text.read()))

0 commit comments

Comments
 (0)