hashc icon indicating copy to clipboard operation
hashc copied to clipboard

The Hash programming language compiler :zap:

Results 76 hashc issues
Sort by recently updated
recently updated
newest added

lowering
blocked

This is the process of converting the generated Hash IR from the `hash-lower` stage into runnable Hash bytecode as defined within the `hash-vm` crate. This means that there should be...

lowering
landmark

- Change the format to instructions without data - as in, we only use the instruction as a discriminant for the number of bytes that follow that instruction for reading....

vm
landmark

We want to set up a couple of benchmarks that will run and therefore we can track how performance changes over each PR and ensure that we aren't introducing any...

tests
performance
backlog