fern-jit 0.0.0

JIT compiler for the fern bytecode runtime
Documentation
1
2
3
4
5
6
7
8
<!-- Copyright (C) 2024 Ethan Uppal. All rights reserved. -->

# fernjit

![CI](https://github.com/ethanuppal/fernjit/actions/workflows/ci.yaml/badge.svg)
![Code Style](https://github.com/ethanuppal/fernjit/actions/workflows/lint.yaml/badge.svg)

I'm writing a JIT compiler for a bytecode runtime (tentatively called "fern") to learn about how JITs work!