summaryrefslogtreecommitdiff
path: root/scanner/scan_test.go
AgeCommit message (Collapse)Author
2023-07-24scanner: compute numerical values (#2)Marc Vertes
The conversion to numerical values is done by the scanner so it's only done once. This will simplify and accelerate vm0 and the code generator.
2023-07-10first commitMarc Vertes