bang language
Go to file
dtb add3346ce9 get hello world working again, fix type issues 2022-12-09 21:03:06 -05:00
src get hello world working again, fix type issues 2022-12-09 21:03:06 -05:00
.gitignore bin, bin/* 2022-12-09 00:09:40 -05:00
LICENSE Initial commit 2022-12-09 04:41:52 +00:00
Makefile fix most compiler errors 2022-12-09 19:26:10 -05:00
README.md change blang op meanings 2022-12-09 19:46:32 -05:00

README.md

/*  _     _                       _
   | |   / |                     / /
   | |__| ||__ _ _ __   __ _    / /
   | '_ | |/  ' | '_ \ / _' |  / /
   | \_|| | ||  | | | | /_| | /_/
    \___/_____/___| |__,_  / _
                     |____/  */

blang!

the bang language

Public domain. 2022 DTB.

Examples

true(1)

^ ; initialize hand to 0
; set the chart pointer to 0 - this destroys the chart
; and the program exits with the value of the hand
* 

Hello world:

; the <.> construct uses '<' to store the next value literally into state,
; does so, and uses '>' to output state literally
<H><e><l><l><o><,>< ><w><o><r><l><d><!><
>^*