Commit Graph

14 Commits

Author SHA1 Message Date
c6bcb05ac6 Run tests in CI pipeline
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-11-13 23:27:14 -08:00
f48f76d9f8 Add CI badge to README
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-11-13 19:04:16 -08:00
c35c88244f Add CI pipeline
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
ci/woodpecker/release/woodpecker Pipeline was successful
2024-11-13 19:01:01 -08:00
7a55ee0777 Allow calling arbitrary values 2024-11-13 15:30:50 -08:00
fb81eb84a7 Implement getattr operation 2024-11-13 13:05:25 -08:00
2278a16ca0 Move index handling from expression parsing into value parsing 2024-11-13 12:34:53 -08:00
ab9a7bb34e Add unit tests 2024-11-12 23:39:13 -08:00
fbd62512d1 Fix issue where position was retained across Lexer instances 2024-11-11 14:55:02 -08:00
4098c0e25a Fix scanning of multiline operators with '<' or '/' 2024-11-11 00:08:02 -08:00
58b45e6cac Implement indices 2024-11-10 21:11:14 -08:00
0dcacdc04a Implement function calls 2024-11-10 12:12:37 -08:00
e4d273e10f Fix parameter name in README 2024-11-10 07:32:15 +00:00
a82533d34e Update pyproject.toml 2024-11-09 23:26:00 -08:00
93e9ee10f9 Initial Commit 2024-11-09 23:12:29 -08:00