💾
C0VM.ts Documentation
  • 🤗Welcome to C0VM.ts Documentation!
  • User Manual
    • 📖User Manual
  • General View
    • Project Structure
    • Application Configuration
    • Global States
  • VM Core
    • VM Core
    • What is C0VM
    • Parsing
      • BC0 File Parser
      • Native Function Loader
      • Type Information Restoring
      • Line Number Mapping
    • Execution
      • Virtual Machine State
      • C0 Runtime
      • Heap Allocator
      • C0 Value and Pointer
      • Basic Arithmetic
      • Native Functions
    • Type Inference
      • Definition of C0Type
      • Type Constraint Propagation
      • Struct Type Recording
  • React GUI
    • React Frontend Introduction
    • Code Editor
      • C0VM.ts Editor
  • Debug Console
    • Tabular Mode
    • Graphical Mode
  • Backend
    • Compile API
Powered by GitBook
Page cover image
On this page
  1. VM Core

Parsing

Convert the raw bc0 file from a string into data structure that can be executed by the C0VM.

Or, maybe we can do something more than that in the meantime... ?

PreviousWhat is C0VMNextBC0 File Parser

Last updated 2 years ago