|
|
5755fd5582
|
Fixed gitignore adn formatting
|
2019-04-22 14:47:49 -05:00 |
|
|
|
1be80bcbd3
|
Added translation for do statements with exit
|
2019-04-12 14:08:28 -05:00 |
|
|
|
304873e6ca
|
Added translation for if-elif-else statements
|
2019-04-12 07:23:32 +00:00 |
|
|
|
d7ebaa26ad
|
Added method to fill goto statements
|
2019-04-12 05:55:09 +00:00 |
|
|
|
2833e9595d
|
Finished translation for Arithmetic and Logic operations
|
2019-04-12 04:12:35 +00:00 |
|
|
|
e2a3920ef0
|
Added package for type checking, added type checking for Arithmetic operations
|
2019-04-12 01:00:45 +00:00 |
|
|
|
a64bd11a78
|
Added necessary stacks for translation
|
2019-04-11 23:46:23 +00:00 |
|
|
|
743ea07796
|
Made the symbols dictonary a dic of dics, added the direction field to it
|
2019-04-11 21:49:18 +00:00 |
|
|
|
92b679e13c
|
Added tranlation action for assignation
|
2019-04-05 03:23:41 +00:00 |
|
|
|
81a2de075c
|
Added translation actions for Arithmetic expressions
|
2019-04-05 03:09:08 +00:00 |
|
|
|
5dfc8d2483
|
Created symbols tables
|
2019-04-04 23:05:36 +00:00 |
|
|
|
c4183d66d5
|
Renamed the main file to fort.py and added the ability to specify the program to parse as a comman line argument
|
2019-04-04 21:54:17 +00:00 |
|