- https://ethanreece.com
-
Hello, welcome to my self-hosted git forge! GitHub: https://gh.sudoer777.dev/sudoer777 (proxy) or https://github.com/sudoer777 (direct) | Email: me@sudoer777.dev (or contact@ethanreece.com) | Signal: @sudoer.777 | Matrix: @sudoer777:matrix.org
- Joined on
2023-05-19
me pushed to feature/print-statement at me/really-bad-compiler-in-haskell
- 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 pushed to feature/print-statement at me/really-bad-compiler-in-haskell
- 7e9d8b434a Update README
me commented on issue me/really-bad-compiler-in-haskell#22
Print StatementsI'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
- 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
me pushed to archive/forth at me/really-bad-compiler-in-haskell
- 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
me released "Checkpoint 2" at me/really-bad-compiler-in-haskell
me closed issue me/really-bad-compiler-in-haskell#1
Compile arithmetic to LLVMme pushed to main at me/really-bad-compiler-in-haskell
- 5f1b5ce65c Merge pull request 'Compile program to LLVM' (#21) from feature-llvm into main
- b89be8de8c Add division
- 08e684206e Update README.md
- 0b915f5788 Remove llvm-hs-pretty since it was generating broken code
- a9549210a7 Compile to binary executable file
- Compare 11 commits »
me deleted branch feature-llvm from me/really-bad-compiler-in-haskell
me merged pull request me/really-bad-compiler-in-haskell#21
Compile program to LLVM
me created pull request me/really-bad-compiler-in-haskell#21
Compile program to LLVMme pushed to feature-llvm at me/really-bad-compiler-in-haskell
- b89be8de8c Add division
- 08e684206e Update README.md
- 0b915f5788 Remove llvm-hs-pretty since it was generating broken code
- Compare 3 commits »
me pushed to feature-llvm at me/really-bad-compiler-in-haskell
- a9549210a7 Compile to binary executable file
- c296d15f85 Write llvm to file
- 5fc26a7acd Reorganize program, removing unnecessary code
- 30df05afa9 Generate LLVM code and print to console
- Compare 4 commits »
me opened issue me/really-bad-compiler-in-haskell#20
Make LLVM emition optional