Pat Garrity pfm
pfm pushed to real-builds at garrity-software/gs-uuid 2024-03-16 20:18:21 +00:00
70c414b2ef Adding the checkout action
pfm pushed to real-builds at garrity-software/gs-uuid 2024-03-16 20:15:06 +00:00
7cc908b7a9 debugging
pfm created branch real-builds in garrity-software/gs-uuid 2024-03-16 20:13:49 +00:00
pfm pushed to real-builds at garrity-software/gs-uuid 2024-03-16 20:13:49 +00:00
81ed2fc2de Updating to use a real CI image.
pfm pushed to main at garrity-software/sbt-gs-calver 2024-03-09 04:11:42 +00:00
312da6a322 Fixed final bug with Git command.
pfm pushed to main at garrity-software/sbt-gs-calver 2024-03-09 04:07:21 +00:00
c3f8de2caa Final tweaks for round 1 use.
pfm pushed to main at garrity-software/sbt-gs-calver 2024-03-09 04:00:04 +00:00
417ffa6375 Fixing some bugs.
pfm pushed to main at garrity-software/sbt-gs-calver 2024-03-08 04:00:30 +00:00
73f35a406d First complete plugin implementation.
pfm pushed to main at pfm/ava 2024-02-25 05:35:26 +00:00
1bd0e383ed One big test case and improving code documentation.
pfm pushed to main at pfm/ava 2024-02-24 21:25:42 +00:00
b27e16776e Full coverage on tokenization, including a small real file example.
pfm pushed to main at pfm/ava 2024-02-24 17:26:19 +00:00
cd98dc0342 More tests for the Tokenizer
pfm pushed to main at pfm/ava 2024-02-24 16:40:51 +00:00
64a0e8bd92 More tests, minor behavioral changes to provide better information.
pfm pushed to main at pfm/ava 2024-02-24 16:21:05 +00:00
f7bc41e539 Writing tests and test utilities for the Tokenizer
pfm pushed to main at pfm/ava 2024-02-22 02:00:05 +00:00
d265e1b617 Finished untested version of tokenizer.
pfm pushed to main at pfm/ava 2024-02-21 03:47:42 +00:00
7beaef3b0d Continued work on the Tokenizer. Starting to track source position.
pfm pushed to main at pfm/ava 2024-02-19 03:41:49 +00:00
c5ea827944 Expanding on definitions, starting the tokenizer implementation.
pfm pushed to main at pfm/ava 2024-02-18 21:05:57 +00:00
bad991337d Working on building out tokenization and codifying things like keywords.
pfm pushed to main at pfm/ava 2024-02-18 16:27:06 +00:00
fdb150b12d Starting to write tests for character reader.
pfm pushed to main at pfm/ava 2024-02-11 04:43:43 +00:00
7ae19980d9 WIP: Fleshing out the CharacterReader before tests.
pfm pushed to main at pfm/ava 2024-02-11 04:29:27 +00:00
a10f5fa1b1 Adding the beginning components of a parser and some tests.