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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix maths linker error
chris.sutcliffe
2021-12-13
1
-3
/
+8
*
Fixed bug with function return and added recursive example
AidenRushbrooke
2021-12-08
1
-39
/
+33
*
Fixed known issues
AidenRushbrooke
2021-12-07
4
-24
/
+26
*
Added comment support
AidenRushbrooke
2021-12-06
1
-0
/
+7
*
Fixed real value bug
AidenRushbrooke
2021-12-06
2
-10
/
+12
*
Updated report grammar
AidenRushbrooke
2021-12-05
4
-5
/
+38
*
Added subroutines and comments for most files
AidenRushbrooke
2021-12-05
10
-81
/
+605
*
Added basic function support
AidenRushbrooke
2021-12-04
8
-26
/
+285
*
fixed bug where binaries were built in the wrong directory
jwansek
2021-11-29
1
-4
/
+2
*
added newline at end of manifest file (as required)
jwansek
2021-11-29
1
-0
/
+1
*
added compilation to .jar
jwansek
2021-11-29
2
-2
/
+4
*
add util class for reading files and change filereading method
chris.sutcliffe
2021-11-28
2
-7
/
+55
*
Added basic support for arrays
AidenRushbrooke
2021-11-27
6
-29
/
+142
*
Merge branch 'main' of https://github.com/AlfieEagleton/EsotericProject into ...
jwansek
2021-11-22
9
-68
/
+153
|
\
|
*
Improved error handing and added logical statements
AidenRushbrooke
2021-11-22
9
-73
/
+156
*
|
added argument parsing
jwansek
2021-11-22
4
-54
/
+158
|
/
*
Added newlines between different print statements
AidenRushbrooke
2021-11-20
2
-1
/
+2
*
Added initial support for do while loops
AidenRushbrooke
2021-11-20
5
-1
/
+39
*
Added Do statements and code blocks
AidenRushbrooke
2021-11-17
5
-29
/
+109
*
changed output name to same as source file, added build folder, linux compata...
jwansek
2021-11-08
2
-18
/
+43
*
Added support for strings and improved print statement syntax
AidenRushbrooke
2021-11-07
5
-36
/
+131
*
Basic floating point support and small improvements to error handing
AidenRushbrooke
2021-11-07
8
-28
/
+82
*
Working if/else statements (very basic and unstable)
AidenRushbrooke
2021-11-06
5
-1
/
+71
*
Re-arranged files and added C compilation
AidenRushbrooke
2021-11-06
10
-0
/
+825