Small IR docs, and then some learning about rustdoc.

This commit is contained in:
2023-04-23 21:02:15 -07:00
parent e79788bcd1
commit 7596472c65
6 changed files with 56 additions and 21 deletions

View File

@@ -1,3 +1,4 @@
//! Helpful functions for evaluating NGR programs.
mod env;
mod primop;
mod value;