Measures Concepts
GitHub icon

BlitzMax

BlitzMax - Programming language

< >

BlitzMax is an open source programming language created in 2014.

Source code:
git clone https://github.com/blitz-research/blitzmax
#639on PLDB 10Years Old 219Repos

BlitzMax


Example from Linguist:
SuperStrict Framework Brl.StandardIO Type TMyType Field property:int Function A:int(param:int) 'do nothing End Function Method B:int(param:int) 'do nothing End Method End Type Global my:TMyType = new TMyType ?Win32 my.A() my.B() ?Linux my.B() my.A() ?

Language features

Feature Supported Token Example
Comments ✓
MultiLine Comments ✓
Line Comments ✓
Binary Literals ✓
Integers ✓
Floats ✓
Hexadecimals ✓
Pointers ✓

View source

- Build the next great programming language · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout