index
:
esotericFORTRAN.git
main
Lexer, parser and compiler for a FORTRAN like programming language, with an IDE
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Compiler
/
Translator.java
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fixed known issues
AidenRushbrooke
2021-12-07
1
-2
/
+8
|
*
Fixed real value bug
AidenRushbrooke
2021-12-06
1
-5
/
+7
|
*
Updated report grammar
AidenRushbrooke
2021-12-05
1
-0
/
+5
|
*
Added subroutines and comments for most files
AidenRushbrooke
2021-12-05
1
-15
/
+182
|
*
Added basic function support
AidenRushbrooke
2021-12-04
1
-2
/
+76
|
*
Added basic support for arrays
AidenRushbrooke
2021-11-27
1
-4
/
+53
|
*
Merge branch 'main' of https://github.com/AlfieEagleton/EsotericProject into ↵
jwansek
2021-11-22
1
-9
/
+33
|
\
|
|
|
|
|
|
argparse
|
*
Improved error handing and added logical statements
AidenRushbrooke
2021-11-22
1
-13
/
+36
|
|
*
|
added argument parsing
jwansek
2021-11-22
1
-4
/
+6
|
/
*
Added newlines between different print statements
AidenRushbrooke
2021-11-20
1
-0
/
+1
|
*
Added initial support for do while loops
AidenRushbrooke
2021-11-20
1
-0
/
+9
|
*
Added Do statements and code blocks
AidenRushbrooke
2021-11-17
1
-7
/
+28
|
*
Added support for strings and improved print statement syntax
AidenRushbrooke
2021-11-07
1
-16
/
+45
|
*
Basic floating point support and small improvements to error handing
AidenRushbrooke
2021-11-07
1
-5
/
+22
|
*
Working if/else statements (very basic and unstable)
AidenRushbrooke
2021-11-06
1
-0
/
+19
|
*
Re-arranged files and added C compilation
AidenRushbrooke
2021-11-06
1
-0
/
+123