Commit 67e633e
committed
Task 17.9: Pure Python decoder validated at 67-74% accuracy
Validated against Unicorn on all 7 FBL files:
Vatican: 74%, Monaco: 71%, SanMarino: 74%
Gibraltar: 68%, Andorra: 71%, Liechtenstein: 69%, Malta: 67%
The remaining 26-33% gap includes:
- Graph builder records (0x80320000 etc.) not generated by decoder
- # hash NUL delimiter scan alignment
- Junction records from group mode
The decoder correctly handles: varints, whitespace, # hash to NUL,
\ escapes (table + \Q/\E), metacharacters (^ $ | * + . ? [ { ( ) ] }),
NUL as data, and { as data unless valid {n,m}.1 parent 00416bc commit 67e633e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
870 | 870 | | |
871 | 871 | | |
872 | 872 | | |
873 | | - | |
| 873 | + | |
874 | 874 | | |
875 | 875 | | |
876 | 876 | | |
| |||
0 commit comments