Skip to content

simontran7/crawfish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crawfish

simple programming language for the layman

Caution

The compiler can't compile crawfish programs yet.

Installation (building from source)

Requirements

Steps

  1. Git clone the repository
git clone https://github.com/simontran7/crawfish.git
  1. cd into the crawfish/ directory, then build the project with GNU Make
cd crawfish/
make
  1. Move the build/crawfish compiler binary to a desired location (e.g. in /Users/<your name>), then add it to your PATH by adding the following line to your .bashrc file
# in your .bashrc
export PATH=$PATH:<path to the crawfish compiler executable>

Usage

  • Language tour: docs/tour-of-crawfish.md
  • Compiler design: docs/compiler-design.md

About

simple programming language for the layman

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages