Skip to content
/ flame Public
forked from adrv50/fire

flame programming language

License

Notifications You must be signed in to change notification settings

hide0123/flame

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metro Interpreter Programming Language

Rust の簡易版みたいなもの。

Build and Hello World:

Create source file as a.flame

println("Hello, World!");

build and run.

$ make
$ ./flame a.flame

debug-build

$ make debug

Documents:

Links:

About

flame programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.1%
  • Python 9.2%
  • Makefile 1.7%