上一篇
Building a Parser from scratch
01 - Basic expressions and Tokenizer001 Tokenizer Parser
// __test__/run.js
const {Parser} = require('../src/Parser')
c
2024-01-02
下一篇
Building a Typechecker from scratch
1. Type theory and Basic types1. Introduction to Type theory and checking类型检查位于解释器顶层
// src/EvaTC.js
/**
* Typed Eva: s
2024-01-02