index
:
mana
main
Interpreted Toy Programming Language written in Go
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parser
Age
Commit message (
Collapse
)
Author
Files
Lines
2024-04-10
hashes
Bobby
2
-0
/
+134
2024-04-04
arrays and array indexes
Bobby
3
-51
/
+110
2024-04-04
parsing array expressions
Bobby
2
-1
/
+60
2024-03-29
Strings
Bobby
2
-0
/
+27
2024-03-08
ast: fn init
Bobby
3
-19
/
+37
2024-02-07
removing optional ; todos
Bobby
2
-31
/
+28
2024-02-03
CallExpressions Implemented. Parser Done
Bobby
2
-0
/
+94
2024-01-24
fn literals
Bobby
2
-0
/
+117
2024-01-24
If-Else Parsing
Bobby
2
-0
/
+150
2023-11-17
added parsing boolean expressions
Bobby
2
-27
/
+122
2023-11-17
added helper functions: `testIdentifier`, `testLiteralExpression` ↵
Bobby
1
-0
/
+71
`testInfixExpression`
2023-11-17
added:parser tracing for verbose testing
Bobby
2
-0
/
+47
2023-11-08
parser:operator precedence tests
Bobby
1
-0
/
+71
2023-11-08
parse infix operators
Bobby
2
-2
/
+127
2023-11-04
parser:prefix ! and -
Bobby
1
-0
/
+24
2023-11-03
Add PrefixExpressions and ParseIntegerLiterals w/tests
Bobby
2
-2
/
+69
2023-11-03
parser:init pratt parser. parser:add prefix, infix and `parseIntegerLiteral`
Bobby
2
-2
/
+154
2023-11-03
fmt:source tree
Bobby
2
-4
/
+2
2023-11-02
parser:return
Bobby
2
-1
/
+53
2023-11-02
parser:let|ident
Bobby
2
-0
/
+223