harn-parser 0.8.35

Parser, AST, and type checker for the Harn programming language
Documentation
1
2
3
4
5
6
7
8
9
10
11
# HARN-STD-002 — stdlib call is invalid

## What it means

A stdlib symbol is being used in a way Harn does not support, or has been
renamed / deprecated since the script was written. The stdlib is the live source
of truth for what's available.

## How to fix

- Switch to the supported / renamed stdlib API listed in the diagnostic help text.