Skip to content

sgtb3/Blox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blox

This repository contains the source code for the Blox programming language.

Directory Structure

  • src : source files
  • tests: language tests

Makefile

  • make creates the Blox compiler
  • make AST-Test tests the Blox front-end using the sample HelloWorld.blox file in src/
  • make Run-Test-Script runs the test suite

Usage

make ./blox -c <inputFile.blox>