Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Glowman554/FireStorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FireStorm

Getting started

Prerequisites

  • Clang / LLVM
  • Go (1.22 or newer)

Instalation

  1. git clone https://github.com/Glowman554/FireStorm
  2. cd FireStorm/fire
  3. go install

Creating a project

  1. mkdir <project name>
  2. cd <project name>
  3. fire init --name=<project name> --executable

Hello world example

$use <stdlib@1.0.6>

$include <std.fl>

function spark(int argc, str[] argv) -> int {
    prints("Hello world!");
    return 0;
}

About

Moved to https://git.toxicfox.de/toxicfox/FireStorm

Resources

License

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages