lix/tests
eldritch horrors 112fd6c971 rewrite the parser with pegtl instead of flex/bison
this gives about 20% performance improvements on pure parsing. obviously
it'll be less on full eval, but depending on how much parsing has to be
done (eg whether nixpkgs haskell modules are included or not) it ranges
anywhere from 4% to 10% in our tests.

this has been tested with thousands of core hours of fuzz testing to
ensure that the ASTs produced by the new parser are exactly the same as
the ones produced by the old parser. error messages will
change (sometimes a lot) and are currently not perfect, but we'd rather
leave that open for improvement than having this work rot forever.

Change-Id: Ie66ec2d045dec964632c6541e25f8f0797319ee2
2024-03-16 18:07:01 +01:00
..
functional rewrite the parser with pegtl instead of flex/bison 2024-03-16 18:07:01 +01:00
installer test: Make the installer work on old rhel versions 2023-03-31 15:29:50 +02:00
nixos make the multi-node vm tests a bit more reliable 2024-03-10 10:10:52 +01:00
unit add expr memory management 2024-03-16 15:44:20 +01:00