Fixed tons of stuff in ./web/documentation/*. No code changes. (0.40.5)
This commit is contained in:
parent
567fa73796
commit
e7e1343a83
134 changed files with 730 additions and 1928 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: page
|
||||
published: true
|
||||
noToc: true
|
||||
noToc: false
|
||||
noComments: false
|
||||
noDate: false
|
||||
title: Fun - Fun Internals
|
||||
|
|
@ -10,21 +10,18 @@ description: Implementation details, bytecode format, VM architecture, stacks/fr
|
|||
permalink: /documentation/internals/
|
||||
lang: en
|
||||
tags:
|
||||
- documentation
|
||||
- handbook
|
||||
- installation
|
||||
- usage
|
||||
- introduction
|
||||
- help
|
||||
- guide
|
||||
- howto
|
||||
- docs
|
||||
- specifications
|
||||
- specs
|
||||
- repl
|
||||
- architecture
|
||||
- bytecode
|
||||
- details
|
||||
- dispatch
|
||||
- format
|
||||
- frames
|
||||
- implementation
|
||||
- internals
|
||||
- parser
|
||||
- stacks
|
||||
---
|
||||
|
||||
# Fun Internals
|
||||
|
||||
This document describes how Fun is implemented under the hood: the bytecode format, the virtual machine (VM) execution model, how opcodes are organized, error handling and debugging, and how the parser translates source code into bytecode.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue