Yehowshua Immanuel
cd6ea71b8d
improve README
2022-09-06 10:29:36 -04:00
Yehowshua Immanuel
f4e27ffcb6
- improve to-do list in README
...
- move code that exercises searching for values at specific time
within signals from src/vcd/parse.rs to sr/vcd/main.rs
- make necessary struct and enum fields public as well as possibly the
structs and enums themselves
2022-09-02 17:00:14 -04:00
Yehowshua Immanuel
cbd8be1708
- update README to reflect correct performance numbers
...
- add tasks to README
- repair bug in events.rs that prevented most events in VCD file from being parsed
- add some initial code for timeline scrubbing
2022-08-17 22:10:00 -04:00
Yehowshua Immanuel
3a4ed56532
it's a tilde Robert
2022-08-11 20:10:14 -04:00
Yehowshua Immanuel
4d09750186
fix typos and improve organization in README
2022-08-11 20:04:06 -04:00
Yehowshua Immanuel
7736c713e7
move fastwave up to top on table
2022-08-11 19:59:41 -04:00
Yehowshua Immanuel
55fc5b586e
expand on performance information in README
2022-08-11 19:58:43 -04:00
Yehowshua Immanuel
def4b26005
now all calls to next_word and curr_word should be macros where possible
2022-08-11 18:33:26 -04:00
Yehowshua Immanuel
0946d13e6e
separated out utilities and started tightening visibility modifiers
2022-08-08 19:45:14 -04:00
Yehowshua Immanuel
9f2b349029
typos in README
2022-08-07 19:09:02 -04:00
Yehowshua Immanuel
a7d2b11998
now running much faster, but due for refactor
2022-08-07 18:57:58 -04:00
Yehowshua Immanuel
b86e5fd3e4
ordered binary search working - but need to be sped up
2022-08-06 21:40:33 -04:00
Yehowshua Immanuel
2953c27e84
update README tasks
2022-08-04 20:29:49 -04:00
Yehowshua Immanuel
2f512e24de
add info for negative testing
2022-08-04 14:29:29 -04:00
Yehowshua Immanuel
e9aa4735dd
things seem pretty stable now
2022-08-01 16:52:42 -04:00
Yehowshua Immanuel
8f763ae52b
cargo test not passing
2022-08-01 12:31:43 -04:00
Yehowshua Immanuel
557f385336
update README
2022-08-01 12:29:25 -04:00
Yehowshua Immanuel
eb379e4ce6
update README
2022-07-28 10:43:58 -04:00
Yehowshua Immanuel
18a69872ab
saving progress so far
2022-07-25 21:16:15 -04:00
Yehowshua Immanuel
3658833af3
wow - things are really working
2022-07-20 10:38:56 -04:00
Yehowshua Immanuel
24622c71c2
getting started on parsing timeline events
2022-07-19 13:48:22 -04:00
Yehowshua Immanuel
932250e416
some re-org and cleanup
2022-07-18 12:53:44 -04:00
Yehowshua Immanuel
217dea1d41
good stopping point for today
2022-07-14 18:52:12 -04:00
Void User
21661d7967
no longer need a list of files in the REAMDE
2022-06-23 20:56:44 -04:00
Yehowshua Immanuel
dbae68ba3b
finish splitting up parse.rs
2022-06-21 21:06:51 -04:00
Yehowshua Immanuel
f5bb8d5a7c
some re-org
2022-06-19 09:44:57 -04:00
Yehowshua Immanuel
a37c4c0f95
now using ParseResult as parser return type exclusively
2022-06-17 18:16:51 -04:00
Yehowshua Immanuel
b25cdaa170
now parsing headers fully
2022-06-12 22:52:24 -04:00
Yehowshua Immanuel
14af6e94e3
now parsing date more robustly
2022-06-11 00:01:53 -04:00
Yehowshua Immanuel
cbafc89ab8
shutting down for the night
2022-05-23 23:59:57 -04:00
Yehowshua Immanuel
2a2eb8669b
state machine seems to be working
2022-05-22 23:00:03 -04:00
Yehowshua Immanuel
594f603cbb
date now presumably parseable
2022-05-21 20:40:46 -04:00
Yehowshua Immanuel
164ab0922a
add disclaimer
2022-05-21 17:55:27 -04:00
Yehowshua Immanuel
e475bf78db
fix README
2022-05-21 15:23:33 -04:00
Yehowshua Immanuel
825b947bad
Some changes including:
...
- modify data structures to support arenas
- preliminary work on parser
2022-05-20 22:52:26 -04:00
Yehowshua Immanuel
7d1c0e16a8
preliminary parser progress
2022-05-19 03:44:24 -04:00
Yehowshua Immanuel
0497015783
now we have an iterator - albeit somewhat slow
2022-05-18 22:57:42 -04:00
Yehowshua Immanuel
da0bc62102
this loop is too slow - but may be useful for future reference
2022-05-18 20:47:55 -04:00
Yehowshua Immanuel
915e956821
now parsing by space
2022-05-17 22:04:32 -04:00
Yehowshua Immanuel
bf4e793ea3
first commit
2022-04-14 00:50:37 -04:00