GlaDOS dev-docs
  • Introduction
  • Getting started
    • Pre-requisite
    • Installation
    • Creating our first function
  • Prism's Features
  • Prism Compiler
  • Prism Bytecode File Structure
  • Exeption Handling
  • Grammar language
  • Test Policy
    • Unit & integration tests
    • Continuous Integration and Deployment (CI/CD)
  • Appendix
Powered by GitBook
On this page

Getting started

In this section, we will discuss the prerequisites for executing our program using the Prism interpreter. We will then provide instructions on how to install the interpreter. Finally, we will demonstrate how the interpreter works by creating a simple "add" function.

Table of Content:

  • Pre-requisite

  • Installation

  • Creating our first function

Last updated 1 year ago