|
1fbacda21b
|
Fix boolean parenthesis bug
|
2023-10-23 12:28:38 -05:00 |
|
|
b1d2f65992
|
Add boolean logic operators
|
2023-10-23 12:20:37 -05:00 |
|
|
20c20b58b7
|
Fix EQ and NE not parsing
|
2023-10-14 21:23:37 -05:00 |
|
|
f436c6bc71
|
Fix GTE and LTE not parsing
|
2023-10-14 20:54:59 -05:00 |
|
|
a75b0df9bc
|
Add greater than and less than for integers
|
2023-10-14 20:45:48 -05:00 |
|
|
6e2031f715
|
Parse int comparisons as boolean expression
|
2023-10-14 18:01:01 -05:00 |
|
|
d64ad9aeda
|
Parse printInt instead of print
|
2023-10-08 00:23:13 -05:00 |
|
|
a7547dd670
|
Parse expressions into different types
|
2023-10-07 22:46:37 -05:00 |
|
|
e145e91074
|
Allow multiple print statements
|
2023-10-07 00:50:33 -05:00 |
|
|
bdbe823bc3
|
Add command line argument parsing
|
2023-10-06 23:55:57 -05:00 |
|
|
b52fe34667
|
Move Expr to Type.hs
|
2023-10-06 23:32:00 -05:00 |
|
|
f7e64faed5
|
Add print functionality
|
2023-10-06 23:21:55 -05:00 |
|
|
5325a845f2
|
Fix haskell language server broken
|
2023-10-06 00:29:36 -05:00 |
|
|
7f9e3c3509
|
Add parenthesis
|
2023-09-30 05:12:32 -05:00 |
|
|
e162d55439
|
Parse "print" statement
|
2023-09-30 05:04:39 -05:00 |
|
|
d40467bc00
|
Parse negative numbers
|
2023-09-30 04:35:59 -05:00 |
|
|
d14c5ace00
|
Reorganize Parser method
|
2023-09-30 04:07:45 -05:00 |
|
|
01ff098530
|
Update Readme
|
2023-09-30 03:57:03 -05:00 |
|
|
e7083c1c40
|
Change Parser from string to text
|
2023-09-29 22:59:25 -05:00 |
|
|
7f588ec561
|
Reorganize program
|
2023-09-29 18:31:30 -05:00 |
|