First Push
basic rule-set , main bin
This commit is contained in:
9
Compiler/Fparser.py
Normal file
9
Compiler/Fparser.py
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
|
||||
|
||||
def readfile(filepath):
|
||||
with open(filepath, "r") as file:
|
||||
lines = file.readlines()
|
||||
for line in lines:
|
||||
print(line.strip())
|
||||
Reference in New Issue
Block a user