Skip to content

Resurgence-VM-Development/sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resurgence SDK

This repository contains the software development kit (SDK) for working with Resurgence, either for developing programs that run inside of Resurgence, or for developing host projects that incorporate a Resurgence Virtual Machine.

Contents

The Resurgence SDK contains the following:

  • c-api-example: an example of usage for the Resurgence C Interface. This example is compatible with the same programs as rvmtest.
  • rasm: a basic implementation of an assembly compiler and bytecode generator that is compatible with Resurgence
  • rvmtest: a sample implementation of a host program that executes Resurgence code using a Resurgence Virtual Machine
  • sample-programs: Examples of programs that can be compiled with rasm and executed using the rvmtest program

Each directory contains its own explanation of its contents and how to use them.

About

Resurgence software development kit (SDK)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published