Croissant Runtime
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
crsn/examples
Ondřej Hruška daff23dd98
Add loop syntactic sugar; errors now use print instead of debug; add check for duplicate labels.
5年前
..
font remove junk 5年前
mandelbrot update examples to use the new const eval syntax 5年前
aliases.csn stricter label parsing, more relaxed identifier rules 5年前
bmp-parser.csn implement a more readable bit mask syntax, add (ldXX Wr Rd Rd) with separate dest and both sources 5年前
buf_io_frequency_analysis.csn add examples; do not hard-shutdown when screen is closed - destructors did not run! 5年前
buf_io_hello.csn add examples; do not hard-shutdown when screen is closed - destructors did not run! 5年前
buf_multi.csn AMAZING NEW FEATURES ldn, bfio 5年前
colorz.csn new examples 5年前
coroutines1.csn coroutine fixes, first example 5年前
coroutines2-gen.csn Implement critical sections and timeslice setting cmd 5年前
coroutines3-crit.csn more docs, fixes, examples 5年前
coroutines4-io.csn make stdin async 5年前
expr.csn fixes, safeguards and docs for "compile-time arithmetics" 5年前
factorial.csn fix error in readme 5年前
flipcoin.csn fix rng not being inclusive 5年前
itoa.csn add generator example 5年前
lds.csn add the "lds" instruction 5年前
lds_buf.csn implement "lds" for objects (buffers, cin) 5年前
lds_cin.csn implement "lds" for objects (buffers, cin) 5年前
life.csn update examples to use the new const eval syntax 5年前
loop.csn Add loop syntactic sugar; errors now use print instead of debug; add check for duplicate labels. 5年前
mouse.csn fix branch parser eating all list tokens 5年前
number_array.csn rewrite the stdio module to be less broken. also add sehbang support 5年前
pika-rgb32.bmp add bmp parser example 5年前
proc_skip.csn optimize labels, jumps 5年前
purple.csn new examples 5年前
random.csn Add ld{32,16,8},sw{32,16,8},clz{,32,16,8},clo{,32,16,8},rng,rev,rbit; rename swap->xch 5年前
screen_bounce.csn AMAZING NEW FEATURES ldn, bfio 5年前
screen_font.csn add a font demo 5年前
screen_keys.csn add key checking example, key and mouse constants 5年前
screen_pick_color.csn fixes, graphic acceleration commands, upscaling pixels 5年前
screen_trig.csn fixes, more trig, demo with floats 5年前
screen_upscale.csn fixes, graphic acceleration commands, upscaling pixels 5年前
screen_upscale_mouse.csn fixes, graphic acceleration commands, upscaling pixels 5年前
stdio.csn rewrite the stdio module to be less broken. also add sehbang support 5年前
stdio_rev.csn improve the rev example 5年前
stdio_rot13.csn rewrite the stdio module to be less broken. also add sehbang support 5年前
test_arities.csn Simplify {clz,clo,se}XX parsing and exec, add simple unit test example scripts 5年前
test_bfio.csn Simplify {clz,clo,se}XX parsing and exec, add simple unit test example scripts 5年前
test_clz_clo_se.csn implement a more readable bit mask syntax, add (ldXX Wr Rd Rd) with separate dest and both sources 5年前
test_cond.csn Minor "else" improvements 5年前
test_globals.csn Simplify {clz,clo,se}XX parsing and exec, add simple unit test example scripts 5年前
test_globals_sym.csn Simplify {clz,clo,se}XX parsing and exec, add simple unit test example scripts 5年前
test_ldbits_xchbits.csn implement a more readable bit mask syntax, add (ldXX Wr Rd Rd) with separate dest and both sources 5年前
test_stacks.csn Simplify {clz,clo,se}XX parsing and exec, add simple unit test example scripts 5年前