Ethan Reece me · he/him
me closed issue me/really-bad-compiler-in-haskell#12 2023-10-07 05:53:49 +00:00
Add print statement
me closed issue me/really-bad-compiler-in-haskell#14 2023-10-07 05:53:43 +00:00
Support multiple lines
me deleted branch feature/print-statement from me/really-bad-compiler-in-haskell 2023-10-07 05:51:49 +00:00
me pushed to main at me/really-bad-compiler-in-haskell 2023-10-07 05:51:49 +00:00
2f790d6e55 Merge pull request 'feature/print-statement' (#25) from feature/print-statement into main
e145e91074 Allow multiple print statements
bdbe823bc3 Add command line argument parsing
b52fe34667 Move Expr to Type.hs
f7e64faed5 Add print functionality
Compare 14 commits »
me merged pull request me/really-bad-compiler-in-haskell#25 2023-10-07 05:51:48 +00:00
feature/print-statement
me created pull request me/really-bad-compiler-in-haskell#25 2023-10-07 05:51:35 +00:00
feature/print-statement
me pushed to feature/print-statement at me/really-bad-compiler-in-haskell 2023-10-07 05:50:58 +00:00
e145e91074 Allow multiple print statements
bdbe823bc3 Add command line argument parsing
b52fe34667 Move Expr to Type.hs
f7e64faed5 Add print functionality
5325a845f2 Fix haskell language server broken
Compare 5 commits »
me opened issue me/really-bad-compiler-in-haskell#24 2023-10-02 16:58:07 +00:00
Add char type
me pushed to feature/print-statement at me/really-bad-compiler-in-haskell 2023-10-02 16:41:34 +00:00
7e9d8b434a Update README
me opened issue me/really-bad-compiler-in-haskell#23 2023-10-02 16:39:45 +00:00
Functions
me closed issue me/really-bad-compiler-in-haskell#22 2023-10-02 16:38:14 +00:00
Print Statements
me commented on issue me/really-bad-compiler-in-haskell#22 2023-10-02 16:38:14 +00:00
Print Statements

I'm working on the print statements in the feature/print-statement branch on issue #12. Right now it can parse them but I'm working on the LLVM generation.

me pushed to feature/print-statement at me/really-bad-compiler-in-haskell 2023-10-02 16:36:31 +00:00
7f9e3c3509 Add parenthesis
e162d55439 Parse "print" statement
d40467bc00 Parse negative numbers
d14c5ace00 Reorganize Parser method
01ff098530 Update Readme
Compare 5 commits »
me created branch feature/print-statement in me/really-bad-compiler-in-haskell 2023-10-02 16:36:31 +00:00
me created branch archive/forth in me/really-bad-compiler-in-haskell 2023-09-30 08:41:39 +00:00
me pushed to archive/forth at me/really-bad-compiler-in-haskell 2023-09-30 08:41:39 +00:00
cca9262fc3 Allow parsing signed integers
83aa5bd4d3 Update readme and examples
067150a682 Parse expr tokens to list
e7083c1c40 Change Parser from string to text
7f588ec561 Reorganize program
Compare 5 commits »
me pushed tag v2.0.0 to me/really-bad-compiler-in-haskell 2023-09-29 10:44:50 +00:00
me released Checkpoint 2 at me/really-bad-compiler-in-haskell 2023-09-29 10:44:50 +00:00
me closed issue me/really-bad-compiler-in-haskell#1 2023-09-29 10:43:21 +00:00
Compile arithmetic to LLVM
me deleted branch feature-llvm from me/really-bad-compiler-in-haskell 2023-09-29 10:41:07 +00:00