├── .gitattributes ├── .gitignore ├── .kdev4 └── fcc.kdev4 ├── Makefile ├── README.md ├── alloc.d ├── ast ├── aggregate.d ├── aggregate_parse.d ├── aliasing.d ├── alignment.d ├── arrays.d ├── assign.d ├── base.d ├── c_bind.d ├── casting.d ├── concat.d ├── cond.d ├── conditional_opt.d ├── conditionals.d ├── condprop.d ├── context.d ├── dependency.d ├── dg.d ├── dominf.d ├── enums.d ├── eval.d ├── expr_statement.d ├── externs.d ├── float_literal.d ├── fold.d ├── forex.d ├── fp.d ├── fun.d ├── funcall.d ├── globvars.d ├── guard.d ├── ifstmt.d ├── import_parse.d ├── index.d ├── int_literal.d ├── intr.d ├── intrinsic.d ├── iterator.d ├── iterator_ext.d ├── jumps.d ├── literal_string.d ├── literals.d ├── longmath.d ├── loops.d ├── macros.d ├── main.d ├── math.d ├── mixins.d ├── mode.d ├── modules.d ├── modules_parse.d ├── namespace.d ├── nestfun.d ├── newexpr.d ├── nulls.d ├── oop.d ├── opers.d ├── parse.d ├── platform.d ├── pointer.d ├── pragmas.d ├── prefixfun.d ├── propcall.d ├── properties.d ├── properties_parse.d ├── property.d ├── repl.d ├── returns.d ├── sa_index_opt.d ├── scopes.d ├── slice.d ├── special.d ├── stackframe.d ├── static_arrays.d ├── stringex.d ├── stringparse.d ├── structfuns.d ├── structure.d ├── templ.d ├── tenth.d ├── trivial.d ├── tuple_access.d ├── tuples.d ├── type_info.d ├── types.d ├── typeset.d ├── unary.d ├── vardecl.d ├── vardecl_expr.d ├── vardecl_parse.d ├── variable.d ├── vector.d └── withstmt.d ├── base.d ├── bench.nt ├── bughunt.d ├── cache.d ├── cairotest.nt ├── casts.d ├── classgraph.d ├── cltest.nt ├── cpuid.nt ├── doc ├── memprof_format.md └── sheet │ └── latexsheet.tex ├── dwarf2.d ├── edp.nt ├── errors.d ├── euler ├── base.nt ├── euler.nt ├── euler11.nt ├── euler14.nt ├── euler15.nt ├── euler17.nt ├── euler18.nt ├── euler19.nt ├── euler20.nt ├── euler23.nt ├── euler8.nt └── solutions.txt ├── fcc.d ├── fcc.kdev4 ├── fflame.nt ├── freetype.h ├── gd.nt ├── gears.nt ├── glewhack.h ├── gtktest.nt ├── hello.nt ├── hellochip.nt ├── hellosfml.nt ├── interpret.nt ├── letter-a.png ├── letter-b.png ├── libgd.nt ├── llvmfile.d ├── llvmtype.d ├── memconserve_stdfile.d ├── mob.nt ├── natdoc.sh ├── nehe ├── lesson01 │ ├── lesson01.c │ └── lesson01.nt ├── lesson02 │ ├── lesson02.c │ └── lesson02.nt ├── lesson03 │ ├── lesson03.c │ └── lesson03.nt ├── lesson04 │ ├── lesson04.c │ └── lesson04.nt ├── lesson05 │ ├── lesson05.c │ └── lesson05.nt ├── lesson06 │ ├── data │ │ └── nehe.bmp │ ├── lesson06.c │ └── lesson06.nt └── lesson09 │ ├── data │ └── star.bmp │ ├── lesson09.c │ └── lesson09.nt ├── newell_teaset ├── README ├── input_patches.c ├── input_patches.h ├── teacup ├── teapot └── teaspoon ├── parseBase.d ├── pyramid.nt ├── qtbind.cpp ├── qttest.nt ├── quickformat.d ├── quicksort.d ├── reduce.nt ├── sdl.nt ├── sdl_ttf.nt ├── sdltest.nt ├── simplex.nt ├── smtest.nt ├── sndtest.nt ├── snoise3.c ├── speed.c ├── sqlite3.nt ├── std ├── async.nt ├── boehm.nt ├── c │ ├── setjmp.nt │ └── stdio.nt ├── callset.nt ├── cgi.nt ├── channel.nt ├── coroutine.nt ├── date.nt ├── file.nt ├── fun.nt ├── geometry.nt ├── getopt.nt ├── hash │ ├── base64.nt │ └── md5.nt ├── hashmap.nt ├── http.nt ├── ini.nt ├── irc.nt ├── json.nt ├── lib │ ├── archive.nt │ ├── cairo.nt │ ├── chipmunk.nt │ ├── csfml.nt │ ├── ecl.nt │ ├── freetype2.nt │ ├── glfw3.nt │ ├── gtk.nt │ ├── libedit.nt │ ├── opengl.nt │ ├── opengl │ │ ├── camera.nt │ │ ├── rgbcolor.nt │ │ ├── sdl.nt │ │ ├── texture.nt │ │ └── window.nt │ ├── postgres.nt │ ├── sdl_base.nt │ ├── soil.nt │ └── sqlite3.nt ├── list.nt ├── macros │ ├── distribute.nt │ ├── multicall.nt │ ├── swap.nt │ ├── switchover.nt │ └── where.nt ├── math.nt ├── matrix.nt ├── memprof.nt ├── parser.nt ├── png.nt ├── process.nt ├── random.nt ├── random │ ├── base.nt │ ├── crng.nt │ ├── cstdlib.nt │ └── mersenne.nt ├── repl.nt ├── smtp.nt ├── socket.nt ├── sort.nt ├── sound.nt ├── sound │ ├── alsa.nt │ ├── base.nt │ ├── notesynth.nt │ ├── oss.nt │ ├── threaded.nt │ └── wav.nt ├── stream.nt ├── string.nt ├── tag.nt ├── thread.nt ├── time.nt ├── unicode.nt ├── util.nt ├── wren.nt └── zlib.nt ├── teapot.nt ├── tests ├── mktest.sh ├── run.sh ├── test1.nt ├── test10.nt ├── test100fail.nt ├── test101fail.nt ├── test102.nt ├── test103.nt ├── test104.nt ├── test105.nt ├── test106.nt ├── test107.nt ├── test108.nt ├── test109.nt ├── test11.nt ├── test110.nt ├── test111.nt ├── test112.nt ├── test113.nt ├── test114.nt ├── test115.nt ├── test116.nt ├── test117.nt ├── test118.nt ├── test119.nt ├── test120.nt ├── test121.nt ├── test122.nt ├── test123.nt ├── test124.nt ├── test125.nt ├── test126.nt ├── test127.nt ├── test128.nt ├── test129.nt ├── test12fail.nt ├── test13.nt ├── test130.nt ├── test131.nt ├── test132.nt ├── test133.nt ├── test134fail.nt ├── test135.nt ├── test136.nt ├── test137.nt ├── test138fail.nt ├── test139.nt ├── test14.nt ├── test140.nt ├── test141.nt ├── test142.nt ├── test143.nt ├── test144.nt ├── test145.nt ├── test146.nt ├── test147.nt ├── test148.nt ├── test149.nt ├── test15.nt ├── test150.nt ├── test151fail.nt ├── test152.nt ├── test153.nt ├── test154fail.nt ├── test155.nt ├── test156.nt ├── test157.nt ├── test158fail.nt ├── test159fail.nt ├── test16.nt ├── test160.nt ├── test161.nt ├── test162.nt ├── test163fail.nt ├── test164.nt ├── test165.nt ├── test166.nt ├── test167.nt ├── test168.nt ├── test169fail.nt ├── test17.nt ├── test170fail.nt ├── test171.nt ├── test172.nt ├── test173.nt ├── test174.nt ├── test175.nt ├── test176.nt ├── test177.nt ├── test178.nt ├── test179.nt ├── test18.nt ├── test180.nt ├── test181.nt ├── test182fail.nt ├── test183.nt ├── test184fail.nt ├── test185fail.nt ├── test186.nt ├── test187.nt ├── test188.nt ├── test189.nt ├── test19.nt ├── test190.nt ├── test191.nt ├── test192.nt ├── test193.nt ├── test194.nt ├── test195.nt ├── test196.nt ├── test197.nt ├── test198.nt ├── test199fail.nt ├── test2.nt ├── test20.nt ├── test200.nt ├── test201.nt ├── test202.nt ├── test203fail.nt ├── test204.nt ├── test205.nt ├── test206.nt ├── test207fail.nt ├── test208.nt ├── test209.nt ├── test210.nt ├── test211.nt ├── test212.nt ├── test21fail.nt ├── test22.nt ├── test23.nt ├── test24.nt ├── test25.nt ├── test26.nt ├── test27.nt ├── test28.nt ├── test29.nt ├── test3.nt ├── test30.nt ├── test31.nt ├── test32fail.nt ├── test33.nt ├── test34.nt ├── test35.nt ├── test36.nt ├── test37.nt ├── test38.nt ├── test39.nt ├── test4.nt ├── test40.nt ├── test41.nt ├── test42.nt ├── test43.nt ├── test44.nt ├── test45.nt ├── test46.nt ├── test47.nt ├── test48fail.nt ├── test49knownfail.nt ├── test5.nt ├── test50fail.nt ├── test51.nt ├── test52.nt ├── test53.nt ├── test54fail.nt ├── test55.nt ├── test56.nt ├── test57.nt ├── test58.nt ├── test59.nt ├── test6.nt ├── test60.nt ├── test61.nt ├── test62.nt ├── test63fail.nt ├── test64.nt ├── test65.nt ├── test66.nt ├── test67fail.nt ├── test68.nt ├── test69.nt ├── test7.nt ├── test70.nt ├── test71fail.nt ├── test72.nt ├── test73.nt ├── test74.nt ├── test75.nt ├── test76.nt ├── test77.nt ├── test78.nt ├── test79.nt ├── test8.nt ├── test80.nt ├── test81.nt ├── test82.nt ├── test83.nt ├── test84.nt ├── test85.nt ├── test86.nt ├── test87.nt ├── test88.nt ├── test89fail.nt ├── test9.nt ├── test90.nt ├── test91.nt ├── test92.nt ├── test93.nt ├── test94.nt ├── test95.nt ├── test96.nt ├── test97.nt ├── test98fail.nt └── test99.nt ├── tetris.nt ├── threadlocals.c ├── threads.nt ├── utils ├── memfix.nt └── memprint.nt ├── vagrant ├── complete │ ├── .gitignore │ ├── Vagrantfile │ ├── build.sh │ └── data │ │ └── vagrant_build.sh └── incremental │ ├── .gitignore │ ├── Vagrantfile │ ├── build.sh │ └── data │ └── vagrant_build.sh └── xpar_bisect.nt /.gitattributes: -------------------------------------------------------------------------------- 1 | *.png binary 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | fcc 2 | *.dot 3 | parsers.txt 4 | tools 5 | *~ 6 | .obj* 7 | *anim 8 | doc 9 | -------------------------------------------------------------------------------- /.kdev4/fcc.kdev4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/.kdev4/fcc.kdev4 -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/README.md -------------------------------------------------------------------------------- /alloc.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/alloc.d -------------------------------------------------------------------------------- /ast/aggregate.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/aggregate.d -------------------------------------------------------------------------------- /ast/aggregate_parse.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/aggregate_parse.d -------------------------------------------------------------------------------- /ast/aliasing.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/aliasing.d -------------------------------------------------------------------------------- /ast/alignment.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/alignment.d -------------------------------------------------------------------------------- /ast/arrays.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/arrays.d -------------------------------------------------------------------------------- /ast/assign.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/assign.d -------------------------------------------------------------------------------- /ast/base.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/base.d -------------------------------------------------------------------------------- /ast/c_bind.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/c_bind.d -------------------------------------------------------------------------------- /ast/casting.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/casting.d -------------------------------------------------------------------------------- /ast/concat.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/concat.d -------------------------------------------------------------------------------- /ast/cond.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/cond.d -------------------------------------------------------------------------------- /ast/conditional_opt.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/conditional_opt.d -------------------------------------------------------------------------------- /ast/conditionals.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/conditionals.d -------------------------------------------------------------------------------- /ast/condprop.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/condprop.d -------------------------------------------------------------------------------- /ast/context.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/context.d -------------------------------------------------------------------------------- /ast/dependency.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/dependency.d -------------------------------------------------------------------------------- /ast/dg.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/dg.d -------------------------------------------------------------------------------- /ast/dominf.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/dominf.d -------------------------------------------------------------------------------- /ast/enums.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/enums.d -------------------------------------------------------------------------------- /ast/eval.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/eval.d -------------------------------------------------------------------------------- /ast/expr_statement.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/expr_statement.d -------------------------------------------------------------------------------- /ast/externs.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/externs.d -------------------------------------------------------------------------------- /ast/float_literal.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/float_literal.d -------------------------------------------------------------------------------- /ast/fold.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/fold.d -------------------------------------------------------------------------------- /ast/forex.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/forex.d -------------------------------------------------------------------------------- /ast/fp.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/fp.d -------------------------------------------------------------------------------- /ast/fun.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/fun.d -------------------------------------------------------------------------------- /ast/funcall.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/funcall.d -------------------------------------------------------------------------------- /ast/globvars.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/globvars.d -------------------------------------------------------------------------------- /ast/guard.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/guard.d -------------------------------------------------------------------------------- /ast/ifstmt.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/ifstmt.d -------------------------------------------------------------------------------- /ast/import_parse.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/import_parse.d -------------------------------------------------------------------------------- /ast/index.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/index.d -------------------------------------------------------------------------------- /ast/int_literal.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/int_literal.d -------------------------------------------------------------------------------- /ast/intr.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/intr.d -------------------------------------------------------------------------------- /ast/intrinsic.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/intrinsic.d -------------------------------------------------------------------------------- /ast/iterator.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/iterator.d -------------------------------------------------------------------------------- /ast/iterator_ext.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/iterator_ext.d -------------------------------------------------------------------------------- /ast/jumps.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/jumps.d -------------------------------------------------------------------------------- /ast/literal_string.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/literal_string.d -------------------------------------------------------------------------------- /ast/literals.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/literals.d -------------------------------------------------------------------------------- /ast/longmath.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/longmath.d -------------------------------------------------------------------------------- /ast/loops.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/loops.d -------------------------------------------------------------------------------- /ast/macros.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/macros.d -------------------------------------------------------------------------------- /ast/main.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/main.d -------------------------------------------------------------------------------- /ast/math.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/math.d -------------------------------------------------------------------------------- /ast/mixins.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/mixins.d -------------------------------------------------------------------------------- /ast/mode.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/mode.d -------------------------------------------------------------------------------- /ast/modules.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/modules.d -------------------------------------------------------------------------------- /ast/modules_parse.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/modules_parse.d -------------------------------------------------------------------------------- /ast/namespace.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/namespace.d -------------------------------------------------------------------------------- /ast/nestfun.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/nestfun.d -------------------------------------------------------------------------------- /ast/newexpr.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/newexpr.d -------------------------------------------------------------------------------- /ast/nulls.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/nulls.d -------------------------------------------------------------------------------- /ast/oop.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/oop.d -------------------------------------------------------------------------------- /ast/opers.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/opers.d -------------------------------------------------------------------------------- /ast/parse.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/parse.d -------------------------------------------------------------------------------- /ast/platform.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/platform.d -------------------------------------------------------------------------------- /ast/pointer.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/pointer.d -------------------------------------------------------------------------------- /ast/pragmas.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/pragmas.d -------------------------------------------------------------------------------- /ast/prefixfun.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/prefixfun.d -------------------------------------------------------------------------------- /ast/propcall.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/propcall.d -------------------------------------------------------------------------------- /ast/properties.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/properties.d -------------------------------------------------------------------------------- /ast/properties_parse.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/properties_parse.d -------------------------------------------------------------------------------- /ast/property.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/property.d -------------------------------------------------------------------------------- /ast/repl.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/repl.d -------------------------------------------------------------------------------- /ast/returns.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/returns.d -------------------------------------------------------------------------------- /ast/sa_index_opt.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/sa_index_opt.d -------------------------------------------------------------------------------- /ast/scopes.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/scopes.d -------------------------------------------------------------------------------- /ast/slice.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/slice.d -------------------------------------------------------------------------------- /ast/special.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/special.d -------------------------------------------------------------------------------- /ast/stackframe.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/stackframe.d -------------------------------------------------------------------------------- /ast/static_arrays.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/static_arrays.d -------------------------------------------------------------------------------- /ast/stringex.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/stringex.d -------------------------------------------------------------------------------- /ast/stringparse.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/stringparse.d -------------------------------------------------------------------------------- /ast/structfuns.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/structfuns.d -------------------------------------------------------------------------------- /ast/structure.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/structure.d -------------------------------------------------------------------------------- /ast/templ.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/templ.d -------------------------------------------------------------------------------- /ast/tenth.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/tenth.d -------------------------------------------------------------------------------- /ast/trivial.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/trivial.d -------------------------------------------------------------------------------- /ast/tuple_access.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/tuple_access.d -------------------------------------------------------------------------------- /ast/tuples.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/tuples.d -------------------------------------------------------------------------------- /ast/type_info.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/type_info.d -------------------------------------------------------------------------------- /ast/types.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/types.d -------------------------------------------------------------------------------- /ast/typeset.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/typeset.d -------------------------------------------------------------------------------- /ast/unary.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/unary.d -------------------------------------------------------------------------------- /ast/vardecl.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/vardecl.d -------------------------------------------------------------------------------- /ast/vardecl_expr.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/vardecl_expr.d -------------------------------------------------------------------------------- /ast/vardecl_parse.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/vardecl_parse.d -------------------------------------------------------------------------------- /ast/variable.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/variable.d -------------------------------------------------------------------------------- /ast/vector.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/vector.d -------------------------------------------------------------------------------- /ast/withstmt.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/ast/withstmt.d -------------------------------------------------------------------------------- /base.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/base.d -------------------------------------------------------------------------------- /bench.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/bench.nt -------------------------------------------------------------------------------- /bughunt.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/bughunt.d -------------------------------------------------------------------------------- /cache.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/cache.d -------------------------------------------------------------------------------- /cairotest.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/cairotest.nt -------------------------------------------------------------------------------- /casts.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/casts.d -------------------------------------------------------------------------------- /classgraph.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/classgraph.d -------------------------------------------------------------------------------- /cltest.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/cltest.nt -------------------------------------------------------------------------------- /cpuid.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/cpuid.nt -------------------------------------------------------------------------------- /doc/memprof_format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/doc/memprof_format.md -------------------------------------------------------------------------------- /doc/sheet/latexsheet.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/doc/sheet/latexsheet.tex -------------------------------------------------------------------------------- /dwarf2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/dwarf2.d -------------------------------------------------------------------------------- /edp.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/edp.nt -------------------------------------------------------------------------------- /errors.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/errors.d -------------------------------------------------------------------------------- /euler/base.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/euler/base.nt -------------------------------------------------------------------------------- /euler/euler.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/euler/euler.nt -------------------------------------------------------------------------------- /euler/euler11.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/euler/euler11.nt -------------------------------------------------------------------------------- /euler/euler14.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/euler/euler14.nt -------------------------------------------------------------------------------- /euler/euler15.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/euler/euler15.nt -------------------------------------------------------------------------------- /euler/euler17.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/euler/euler17.nt -------------------------------------------------------------------------------- /euler/euler18.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/euler/euler18.nt -------------------------------------------------------------------------------- /euler/euler19.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/euler/euler19.nt -------------------------------------------------------------------------------- /euler/euler20.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/euler/euler20.nt -------------------------------------------------------------------------------- /euler/euler23.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/euler/euler23.nt -------------------------------------------------------------------------------- /euler/euler8.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/euler/euler8.nt -------------------------------------------------------------------------------- /euler/solutions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/euler/solutions.txt -------------------------------------------------------------------------------- /fcc.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/fcc.d -------------------------------------------------------------------------------- /fcc.kdev4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/fcc.kdev4 -------------------------------------------------------------------------------- /fflame.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/fflame.nt -------------------------------------------------------------------------------- /freetype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/freetype.h -------------------------------------------------------------------------------- /gd.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/gd.nt -------------------------------------------------------------------------------- /gears.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/gears.nt -------------------------------------------------------------------------------- /glewhack.h: -------------------------------------------------------------------------------- 1 | #define GLEW_GET_FUN(x) x 2 | #include "GL/glew.h" 3 | -------------------------------------------------------------------------------- /gtktest.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/gtktest.nt -------------------------------------------------------------------------------- /hello.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/hello.nt -------------------------------------------------------------------------------- /hellochip.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/hellochip.nt -------------------------------------------------------------------------------- /hellosfml.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/hellosfml.nt -------------------------------------------------------------------------------- /interpret.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/interpret.nt -------------------------------------------------------------------------------- /letter-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/letter-a.png -------------------------------------------------------------------------------- /letter-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/letter-b.png -------------------------------------------------------------------------------- /libgd.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/libgd.nt -------------------------------------------------------------------------------- /llvmfile.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/llvmfile.d -------------------------------------------------------------------------------- /llvmtype.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/llvmtype.d -------------------------------------------------------------------------------- /memconserve_stdfile.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/memconserve_stdfile.d -------------------------------------------------------------------------------- /mob.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/mob.nt -------------------------------------------------------------------------------- /natdoc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/natdoc.sh -------------------------------------------------------------------------------- /nehe/lesson01/lesson01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/nehe/lesson01/lesson01.c -------------------------------------------------------------------------------- /nehe/lesson01/lesson01.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/nehe/lesson01/lesson01.nt -------------------------------------------------------------------------------- /nehe/lesson02/lesson02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/nehe/lesson02/lesson02.c -------------------------------------------------------------------------------- /nehe/lesson02/lesson02.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/nehe/lesson02/lesson02.nt -------------------------------------------------------------------------------- /nehe/lesson03/lesson03.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/nehe/lesson03/lesson03.c -------------------------------------------------------------------------------- /nehe/lesson03/lesson03.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/nehe/lesson03/lesson03.nt -------------------------------------------------------------------------------- /nehe/lesson04/lesson04.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/nehe/lesson04/lesson04.c -------------------------------------------------------------------------------- /nehe/lesson04/lesson04.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/nehe/lesson04/lesson04.nt -------------------------------------------------------------------------------- /nehe/lesson05/lesson05.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/nehe/lesson05/lesson05.c -------------------------------------------------------------------------------- /nehe/lesson05/lesson05.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/nehe/lesson05/lesson05.nt -------------------------------------------------------------------------------- /nehe/lesson06/data/nehe.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/nehe/lesson06/data/nehe.bmp -------------------------------------------------------------------------------- /nehe/lesson06/lesson06.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/nehe/lesson06/lesson06.c -------------------------------------------------------------------------------- /nehe/lesson06/lesson06.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/nehe/lesson06/lesson06.nt -------------------------------------------------------------------------------- /nehe/lesson09/data/star.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/nehe/lesson09/data/star.bmp -------------------------------------------------------------------------------- /nehe/lesson09/lesson09.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/nehe/lesson09/lesson09.c -------------------------------------------------------------------------------- /nehe/lesson09/lesson09.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/nehe/lesson09/lesson09.nt -------------------------------------------------------------------------------- /newell_teaset/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/newell_teaset/README -------------------------------------------------------------------------------- /newell_teaset/input_patches.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/newell_teaset/input_patches.c -------------------------------------------------------------------------------- /newell_teaset/input_patches.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/newell_teaset/input_patches.h -------------------------------------------------------------------------------- /newell_teaset/teacup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/newell_teaset/teacup -------------------------------------------------------------------------------- /newell_teaset/teapot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/newell_teaset/teapot -------------------------------------------------------------------------------- /newell_teaset/teaspoon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/newell_teaset/teaspoon -------------------------------------------------------------------------------- /parseBase.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/parseBase.d -------------------------------------------------------------------------------- /pyramid.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/pyramid.nt -------------------------------------------------------------------------------- /qtbind.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/qtbind.cpp -------------------------------------------------------------------------------- /qttest.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/qttest.nt -------------------------------------------------------------------------------- /quickformat.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/quickformat.d -------------------------------------------------------------------------------- /quicksort.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/quicksort.d -------------------------------------------------------------------------------- /reduce.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/reduce.nt -------------------------------------------------------------------------------- /sdl.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/sdl.nt -------------------------------------------------------------------------------- /sdl_ttf.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/sdl_ttf.nt -------------------------------------------------------------------------------- /sdltest.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/sdltest.nt -------------------------------------------------------------------------------- /simplex.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/simplex.nt -------------------------------------------------------------------------------- /smtest.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/smtest.nt -------------------------------------------------------------------------------- /sndtest.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/sndtest.nt -------------------------------------------------------------------------------- /snoise3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/snoise3.c -------------------------------------------------------------------------------- /speed.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/speed.c -------------------------------------------------------------------------------- /sqlite3.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/sqlite3.nt -------------------------------------------------------------------------------- /std/async.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/async.nt -------------------------------------------------------------------------------- /std/boehm.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/boehm.nt -------------------------------------------------------------------------------- /std/c/setjmp.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/c/setjmp.nt -------------------------------------------------------------------------------- /std/c/stdio.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/c/stdio.nt -------------------------------------------------------------------------------- /std/callset.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/callset.nt -------------------------------------------------------------------------------- /std/cgi.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/cgi.nt -------------------------------------------------------------------------------- /std/channel.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/channel.nt -------------------------------------------------------------------------------- /std/coroutine.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/coroutine.nt -------------------------------------------------------------------------------- /std/date.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/date.nt -------------------------------------------------------------------------------- /std/file.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/file.nt -------------------------------------------------------------------------------- /std/fun.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/fun.nt -------------------------------------------------------------------------------- /std/geometry.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/geometry.nt -------------------------------------------------------------------------------- /std/getopt.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/getopt.nt -------------------------------------------------------------------------------- /std/hash/base64.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/hash/base64.nt -------------------------------------------------------------------------------- /std/hash/md5.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/hash/md5.nt -------------------------------------------------------------------------------- /std/hashmap.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/hashmap.nt -------------------------------------------------------------------------------- /std/http.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/http.nt -------------------------------------------------------------------------------- /std/ini.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/ini.nt -------------------------------------------------------------------------------- /std/irc.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/irc.nt -------------------------------------------------------------------------------- /std/json.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/json.nt -------------------------------------------------------------------------------- /std/lib/archive.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/lib/archive.nt -------------------------------------------------------------------------------- /std/lib/cairo.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/lib/cairo.nt -------------------------------------------------------------------------------- /std/lib/chipmunk.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/lib/chipmunk.nt -------------------------------------------------------------------------------- /std/lib/csfml.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/lib/csfml.nt -------------------------------------------------------------------------------- /std/lib/ecl.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/lib/ecl.nt -------------------------------------------------------------------------------- /std/lib/freetype2.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/lib/freetype2.nt -------------------------------------------------------------------------------- /std/lib/glfw3.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/lib/glfw3.nt -------------------------------------------------------------------------------- /std/lib/gtk.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/lib/gtk.nt -------------------------------------------------------------------------------- /std/lib/libedit.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/lib/libedit.nt -------------------------------------------------------------------------------- /std/lib/opengl.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/lib/opengl.nt -------------------------------------------------------------------------------- /std/lib/opengl/camera.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/lib/opengl/camera.nt -------------------------------------------------------------------------------- /std/lib/opengl/rgbcolor.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/lib/opengl/rgbcolor.nt -------------------------------------------------------------------------------- /std/lib/opengl/sdl.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/lib/opengl/sdl.nt -------------------------------------------------------------------------------- /std/lib/opengl/texture.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/lib/opengl/texture.nt -------------------------------------------------------------------------------- /std/lib/opengl/window.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/lib/opengl/window.nt -------------------------------------------------------------------------------- /std/lib/postgres.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/lib/postgres.nt -------------------------------------------------------------------------------- /std/lib/sdl_base.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/lib/sdl_base.nt -------------------------------------------------------------------------------- /std/lib/soil.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/lib/soil.nt -------------------------------------------------------------------------------- /std/lib/sqlite3.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/lib/sqlite3.nt -------------------------------------------------------------------------------- /std/list.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/list.nt -------------------------------------------------------------------------------- /std/macros/distribute.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/macros/distribute.nt -------------------------------------------------------------------------------- /std/macros/multicall.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/macros/multicall.nt -------------------------------------------------------------------------------- /std/macros/swap.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/macros/swap.nt -------------------------------------------------------------------------------- /std/macros/switchover.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/macros/switchover.nt -------------------------------------------------------------------------------- /std/macros/where.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/macros/where.nt -------------------------------------------------------------------------------- /std/math.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/math.nt -------------------------------------------------------------------------------- /std/matrix.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/matrix.nt -------------------------------------------------------------------------------- /std/memprof.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/memprof.nt -------------------------------------------------------------------------------- /std/parser.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/parser.nt -------------------------------------------------------------------------------- /std/png.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/png.nt -------------------------------------------------------------------------------- /std/process.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/process.nt -------------------------------------------------------------------------------- /std/random.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/random.nt -------------------------------------------------------------------------------- /std/random/base.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/random/base.nt -------------------------------------------------------------------------------- /std/random/crng.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/random/crng.nt -------------------------------------------------------------------------------- /std/random/cstdlib.nt: -------------------------------------------------------------------------------- 1 | module std.random.cstdlib; 2 | 3 | -------------------------------------------------------------------------------- /std/random/mersenne.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/random/mersenne.nt -------------------------------------------------------------------------------- /std/repl.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/repl.nt -------------------------------------------------------------------------------- /std/smtp.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/smtp.nt -------------------------------------------------------------------------------- /std/socket.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/socket.nt -------------------------------------------------------------------------------- /std/sort.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/sort.nt -------------------------------------------------------------------------------- /std/sound.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/sound.nt -------------------------------------------------------------------------------- /std/sound/alsa.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/sound/alsa.nt -------------------------------------------------------------------------------- /std/sound/base.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/sound/base.nt -------------------------------------------------------------------------------- /std/sound/notesynth.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/sound/notesynth.nt -------------------------------------------------------------------------------- /std/sound/oss.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/sound/oss.nt -------------------------------------------------------------------------------- /std/sound/threaded.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/sound/threaded.nt -------------------------------------------------------------------------------- /std/sound/wav.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/sound/wav.nt -------------------------------------------------------------------------------- /std/stream.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/stream.nt -------------------------------------------------------------------------------- /std/string.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/string.nt -------------------------------------------------------------------------------- /std/tag.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/tag.nt -------------------------------------------------------------------------------- /std/thread.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/thread.nt -------------------------------------------------------------------------------- /std/time.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/time.nt -------------------------------------------------------------------------------- /std/unicode.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/unicode.nt -------------------------------------------------------------------------------- /std/util.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/util.nt -------------------------------------------------------------------------------- /std/wren.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/wren.nt -------------------------------------------------------------------------------- /std/zlib.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/std/zlib.nt -------------------------------------------------------------------------------- /teapot.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/teapot.nt -------------------------------------------------------------------------------- /tests/mktest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/mktest.sh -------------------------------------------------------------------------------- /tests/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/run.sh -------------------------------------------------------------------------------- /tests/test1.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test1.nt -------------------------------------------------------------------------------- /tests/test10.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test10.nt -------------------------------------------------------------------------------- /tests/test100fail.nt: -------------------------------------------------------------------------------- 1 | module test100; 2 | 3 | void main() { 4 | *int*: null = 0; 5 | } 6 | -------------------------------------------------------------------------------- /tests/test101fail.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test101fail.nt -------------------------------------------------------------------------------- /tests/test102.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test102.nt -------------------------------------------------------------------------------- /tests/test103.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test103.nt -------------------------------------------------------------------------------- /tests/test104.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test104.nt -------------------------------------------------------------------------------- /tests/test105.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test105.nt -------------------------------------------------------------------------------- /tests/test106.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test106.nt -------------------------------------------------------------------------------- /tests/test107.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test107.nt -------------------------------------------------------------------------------- /tests/test108.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test108.nt -------------------------------------------------------------------------------- /tests/test109.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test109.nt -------------------------------------------------------------------------------- /tests/test11.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test11.nt -------------------------------------------------------------------------------- /tests/test110.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test110.nt -------------------------------------------------------------------------------- /tests/test111.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test111.nt -------------------------------------------------------------------------------- /tests/test112.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test112.nt -------------------------------------------------------------------------------- /tests/test113.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test113.nt -------------------------------------------------------------------------------- /tests/test114.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test114.nt -------------------------------------------------------------------------------- /tests/test115.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test115.nt -------------------------------------------------------------------------------- /tests/test116.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test116.nt -------------------------------------------------------------------------------- /tests/test117.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test117.nt -------------------------------------------------------------------------------- /tests/test118.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test118.nt -------------------------------------------------------------------------------- /tests/test119.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test119.nt -------------------------------------------------------------------------------- /tests/test120.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test120.nt -------------------------------------------------------------------------------- /tests/test121.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test121.nt -------------------------------------------------------------------------------- /tests/test122.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test122.nt -------------------------------------------------------------------------------- /tests/test123.nt: -------------------------------------------------------------------------------- 1 | module test123; 2 | 3 | void main() { 4 | λ{ writeln "Hello World"; } (); 5 | } 6 | -------------------------------------------------------------------------------- /tests/test124.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test124.nt -------------------------------------------------------------------------------- /tests/test125.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test125.nt -------------------------------------------------------------------------------- /tests/test126.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test126.nt -------------------------------------------------------------------------------- /tests/test127.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test127.nt -------------------------------------------------------------------------------- /tests/test128.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test128.nt -------------------------------------------------------------------------------- /tests/test129.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test129.nt -------------------------------------------------------------------------------- /tests/test12fail.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test12fail.nt -------------------------------------------------------------------------------- /tests/test13.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test13.nt -------------------------------------------------------------------------------- /tests/test130.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test130.nt -------------------------------------------------------------------------------- /tests/test131.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test131.nt -------------------------------------------------------------------------------- /tests/test132.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test132.nt -------------------------------------------------------------------------------- /tests/test133.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test133.nt -------------------------------------------------------------------------------- /tests/test134fail.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test134fail.nt -------------------------------------------------------------------------------- /tests/test135.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test135.nt -------------------------------------------------------------------------------- /tests/test136.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test136.nt -------------------------------------------------------------------------------- /tests/test137.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test137.nt -------------------------------------------------------------------------------- /tests/test138fail.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test138fail.nt -------------------------------------------------------------------------------- /tests/test139.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test139.nt -------------------------------------------------------------------------------- /tests/test14.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test14.nt -------------------------------------------------------------------------------- /tests/test140.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test140.nt -------------------------------------------------------------------------------- /tests/test141.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test141.nt -------------------------------------------------------------------------------- /tests/test142.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test142.nt -------------------------------------------------------------------------------- /tests/test143.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test143.nt -------------------------------------------------------------------------------- /tests/test144.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test144.nt -------------------------------------------------------------------------------- /tests/test145.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test145.nt -------------------------------------------------------------------------------- /tests/test146.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test146.nt -------------------------------------------------------------------------------- /tests/test147.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test147.nt -------------------------------------------------------------------------------- /tests/test148.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test148.nt -------------------------------------------------------------------------------- /tests/test149.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test149.nt -------------------------------------------------------------------------------- /tests/test15.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test15.nt -------------------------------------------------------------------------------- /tests/test150.nt: -------------------------------------------------------------------------------- 1 | module test150; 2 | 3 | void main() { 4 | int a, b; 5 | assert(&b - &a == 1); 6 | } 7 | -------------------------------------------------------------------------------- /tests/test151fail.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test151fail.nt -------------------------------------------------------------------------------- /tests/test152.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test152.nt -------------------------------------------------------------------------------- /tests/test153.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test153.nt -------------------------------------------------------------------------------- /tests/test154fail.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test154fail.nt -------------------------------------------------------------------------------- /tests/test155.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test155.nt -------------------------------------------------------------------------------- /tests/test156.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test156.nt -------------------------------------------------------------------------------- /tests/test157.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test157.nt -------------------------------------------------------------------------------- /tests/test158fail.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test158fail.nt -------------------------------------------------------------------------------- /tests/test159fail.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test159fail.nt -------------------------------------------------------------------------------- /tests/test16.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test16.nt -------------------------------------------------------------------------------- /tests/test160.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test160.nt -------------------------------------------------------------------------------- /tests/test161.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test161.nt -------------------------------------------------------------------------------- /tests/test162.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test162.nt -------------------------------------------------------------------------------- /tests/test163fail.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test163fail.nt -------------------------------------------------------------------------------- /tests/test164.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test164.nt -------------------------------------------------------------------------------- /tests/test165.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test165.nt -------------------------------------------------------------------------------- /tests/test166.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test166.nt -------------------------------------------------------------------------------- /tests/test167.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test167.nt -------------------------------------------------------------------------------- /tests/test168.nt: -------------------------------------------------------------------------------- 1 | module test168; 2 | 3 | void main() { 4 | assert(float.nan !<>= 1f); 5 | } 6 | -------------------------------------------------------------------------------- /tests/test169fail.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test169fail.nt -------------------------------------------------------------------------------- /tests/test17.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test17.nt -------------------------------------------------------------------------------- /tests/test170fail.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test170fail.nt -------------------------------------------------------------------------------- /tests/test171.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test171.nt -------------------------------------------------------------------------------- /tests/test172.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test172.nt -------------------------------------------------------------------------------- /tests/test173.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test173.nt -------------------------------------------------------------------------------- /tests/test174.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test174.nt -------------------------------------------------------------------------------- /tests/test175.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test175.nt -------------------------------------------------------------------------------- /tests/test176.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test176.nt -------------------------------------------------------------------------------- /tests/test177.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test177.nt -------------------------------------------------------------------------------- /tests/test178.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test178.nt -------------------------------------------------------------------------------- /tests/test179.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test179.nt -------------------------------------------------------------------------------- /tests/test18.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test18.nt -------------------------------------------------------------------------------- /tests/test180.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test180.nt -------------------------------------------------------------------------------- /tests/test181.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test181.nt -------------------------------------------------------------------------------- /tests/test182fail.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test182fail.nt -------------------------------------------------------------------------------- /tests/test183.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test183.nt -------------------------------------------------------------------------------- /tests/test184fail.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test184fail.nt -------------------------------------------------------------------------------- /tests/test185fail.nt: -------------------------------------------------------------------------------- 1 | module test185fail; 2 | 3 | void main() { 4 | bool b = 2; 5 | } 6 | -------------------------------------------------------------------------------- /tests/test186.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test186.nt -------------------------------------------------------------------------------- /tests/test187.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test187.nt -------------------------------------------------------------------------------- /tests/test188.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test188.nt -------------------------------------------------------------------------------- /tests/test189.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test189.nt -------------------------------------------------------------------------------- /tests/test19.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test19.nt -------------------------------------------------------------------------------- /tests/test190.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test190.nt -------------------------------------------------------------------------------- /tests/test191.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test191.nt -------------------------------------------------------------------------------- /tests/test192.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test192.nt -------------------------------------------------------------------------------- /tests/test193.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test193.nt -------------------------------------------------------------------------------- /tests/test194.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test194.nt -------------------------------------------------------------------------------- /tests/test195.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test195.nt -------------------------------------------------------------------------------- /tests/test196.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test196.nt -------------------------------------------------------------------------------- /tests/test197.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test197.nt -------------------------------------------------------------------------------- /tests/test198.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test198.nt -------------------------------------------------------------------------------- /tests/test199fail.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test199fail.nt -------------------------------------------------------------------------------- /tests/test2.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test2.nt -------------------------------------------------------------------------------- /tests/test20.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test20.nt -------------------------------------------------------------------------------- /tests/test200.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test200.nt -------------------------------------------------------------------------------- /tests/test201.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test201.nt -------------------------------------------------------------------------------- /tests/test202.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test202.nt -------------------------------------------------------------------------------- /tests/test203fail.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test203fail.nt -------------------------------------------------------------------------------- /tests/test204.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test204.nt -------------------------------------------------------------------------------- /tests/test205.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test205.nt -------------------------------------------------------------------------------- /tests/test206.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test206.nt -------------------------------------------------------------------------------- /tests/test207fail.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test207fail.nt -------------------------------------------------------------------------------- /tests/test208.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test208.nt -------------------------------------------------------------------------------- /tests/test209.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test209.nt -------------------------------------------------------------------------------- /tests/test210.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test210.nt -------------------------------------------------------------------------------- /tests/test211.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test211.nt -------------------------------------------------------------------------------- /tests/test212.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test212.nt -------------------------------------------------------------------------------- /tests/test21fail.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test21fail.nt -------------------------------------------------------------------------------- /tests/test22.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test22.nt -------------------------------------------------------------------------------- /tests/test23.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test23.nt -------------------------------------------------------------------------------- /tests/test24.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test24.nt -------------------------------------------------------------------------------- /tests/test25.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test25.nt -------------------------------------------------------------------------------- /tests/test26.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test26.nt -------------------------------------------------------------------------------- /tests/test27.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test27.nt -------------------------------------------------------------------------------- /tests/test28.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test28.nt -------------------------------------------------------------------------------- /tests/test29.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test29.nt -------------------------------------------------------------------------------- /tests/test3.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test3.nt -------------------------------------------------------------------------------- /tests/test30.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test30.nt -------------------------------------------------------------------------------- /tests/test31.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test31.nt -------------------------------------------------------------------------------- /tests/test32fail.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test32fail.nt -------------------------------------------------------------------------------- /tests/test33.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test33.nt -------------------------------------------------------------------------------- /tests/test34.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test34.nt -------------------------------------------------------------------------------- /tests/test35.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test35.nt -------------------------------------------------------------------------------- /tests/test36.nt: -------------------------------------------------------------------------------- 1 | module test36; 2 | 3 | void main() { for 0..10 writeln "Hello World"; } -------------------------------------------------------------------------------- /tests/test37.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test37.nt -------------------------------------------------------------------------------- /tests/test38.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test38.nt -------------------------------------------------------------------------------- /tests/test39.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test39.nt -------------------------------------------------------------------------------- /tests/test4.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test4.nt -------------------------------------------------------------------------------- /tests/test40.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test40.nt -------------------------------------------------------------------------------- /tests/test41.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test41.nt -------------------------------------------------------------------------------- /tests/test42.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test42.nt -------------------------------------------------------------------------------- /tests/test43.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test43.nt -------------------------------------------------------------------------------- /tests/test44.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test44.nt -------------------------------------------------------------------------------- /tests/test45.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test45.nt -------------------------------------------------------------------------------- /tests/test46.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test46.nt -------------------------------------------------------------------------------- /tests/test47.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test47.nt -------------------------------------------------------------------------------- /tests/test48fail.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test48fail.nt -------------------------------------------------------------------------------- /tests/test49knownfail.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test49knownfail.nt -------------------------------------------------------------------------------- /tests/test5.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test5.nt -------------------------------------------------------------------------------- /tests/test50fail.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test50fail.nt -------------------------------------------------------------------------------- /tests/test51.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test51.nt -------------------------------------------------------------------------------- /tests/test52.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test52.nt -------------------------------------------------------------------------------- /tests/test53.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test53.nt -------------------------------------------------------------------------------- /tests/test54fail.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test54fail.nt -------------------------------------------------------------------------------- /tests/test55.nt: -------------------------------------------------------------------------------- 1 | module test55; 2 | 3 | void main() { 4 | writeln "$(1K)"; 5 | } 6 | -------------------------------------------------------------------------------- /tests/test56.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test56.nt -------------------------------------------------------------------------------- /tests/test57.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test57.nt -------------------------------------------------------------------------------- /tests/test58.nt: -------------------------------------------------------------------------------- 1 | module test58; 2 | 3 | void main() { 4 | int a = 34; 5 | writeln "$(char:byte:a)"; 6 | } 7 | -------------------------------------------------------------------------------- /tests/test59.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test59.nt -------------------------------------------------------------------------------- /tests/test6.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test6.nt -------------------------------------------------------------------------------- /tests/test60.nt: -------------------------------------------------------------------------------- 1 | module test60; 2 | 3 | void main() { 4 | \writeln "Hello World" ;(); 5 | } 6 | -------------------------------------------------------------------------------- /tests/test61.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test61.nt -------------------------------------------------------------------------------- /tests/test62.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test62.nt -------------------------------------------------------------------------------- /tests/test63fail.nt: -------------------------------------------------------------------------------- 1 | module test63fail; 2 | 3 | void main() { writeln "$(1/0)"; } -------------------------------------------------------------------------------- /tests/test64.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test64.nt -------------------------------------------------------------------------------- /tests/test65.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test65.nt -------------------------------------------------------------------------------- /tests/test66.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test66.nt -------------------------------------------------------------------------------- /tests/test67fail.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test67fail.nt -------------------------------------------------------------------------------- /tests/test68.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test68.nt -------------------------------------------------------------------------------- /tests/test69.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test69.nt -------------------------------------------------------------------------------- /tests/test7.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test7.nt -------------------------------------------------------------------------------- /tests/test70.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test70.nt -------------------------------------------------------------------------------- /tests/test71fail.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test71fail.nt -------------------------------------------------------------------------------- /tests/test72.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test72.nt -------------------------------------------------------------------------------- /tests/test73.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test73.nt -------------------------------------------------------------------------------- /tests/test74.nt: -------------------------------------------------------------------------------- 1 | module test74; 2 | import c.GLES.gl; 3 | 4 | void main() { 5 | } 6 | -------------------------------------------------------------------------------- /tests/test75.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test75.nt -------------------------------------------------------------------------------- /tests/test76.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test76.nt -------------------------------------------------------------------------------- /tests/test77.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test77.nt -------------------------------------------------------------------------------- /tests/test78.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test78.nt -------------------------------------------------------------------------------- /tests/test79.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test79.nt -------------------------------------------------------------------------------- /tests/test8.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test8.nt -------------------------------------------------------------------------------- /tests/test80.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test80.nt -------------------------------------------------------------------------------- /tests/test81.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test81.nt -------------------------------------------------------------------------------- /tests/test82.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test82.nt -------------------------------------------------------------------------------- /tests/test83.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test83.nt -------------------------------------------------------------------------------- /tests/test84.nt: -------------------------------------------------------------------------------- 1 | module test84; 2 | void main() { 3 | *float*:&(int n = 2); 4 | } 5 | -------------------------------------------------------------------------------- /tests/test85.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test85.nt -------------------------------------------------------------------------------- /tests/test86.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test86.nt -------------------------------------------------------------------------------- /tests/test87.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test87.nt -------------------------------------------------------------------------------- /tests/test88.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test88.nt -------------------------------------------------------------------------------- /tests/test89fail.nt: -------------------------------------------------------------------------------- 1 | module test89; 2 | -------------------------------------------------------------------------------- /tests/test9.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test9.nt -------------------------------------------------------------------------------- /tests/test90.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test90.nt -------------------------------------------------------------------------------- /tests/test91.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test91.nt -------------------------------------------------------------------------------- /tests/test92.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test92.nt -------------------------------------------------------------------------------- /tests/test93.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test93.nt -------------------------------------------------------------------------------- /tests/test94.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test94.nt -------------------------------------------------------------------------------- /tests/test95.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test95.nt -------------------------------------------------------------------------------- /tests/test96.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test96.nt -------------------------------------------------------------------------------- /tests/test97.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test97.nt -------------------------------------------------------------------------------- /tests/test98fail.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test98fail.nt -------------------------------------------------------------------------------- /tests/test99.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tests/test99.nt -------------------------------------------------------------------------------- /tetris.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/tetris.nt -------------------------------------------------------------------------------- /threadlocals.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/threadlocals.c -------------------------------------------------------------------------------- /threads.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/threads.nt -------------------------------------------------------------------------------- /utils/memfix.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/utils/memfix.nt -------------------------------------------------------------------------------- /utils/memprint.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/utils/memprint.nt -------------------------------------------------------------------------------- /vagrant/complete/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/vagrant/complete/.gitignore -------------------------------------------------------------------------------- /vagrant/complete/Vagrantfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/vagrant/complete/Vagrantfile -------------------------------------------------------------------------------- /vagrant/complete/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/vagrant/complete/build.sh -------------------------------------------------------------------------------- /vagrant/complete/data/vagrant_build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/vagrant/complete/data/vagrant_build.sh -------------------------------------------------------------------------------- /vagrant/incremental/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/vagrant/incremental/.gitignore -------------------------------------------------------------------------------- /vagrant/incremental/Vagrantfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/vagrant/incremental/Vagrantfile -------------------------------------------------------------------------------- /vagrant/incremental/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/vagrant/incremental/build.sh -------------------------------------------------------------------------------- /vagrant/incremental/data/vagrant_build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/vagrant/incremental/data/vagrant_build.sh -------------------------------------------------------------------------------- /xpar_bisect.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeepingCreature/fcc/HEAD/xpar_bisect.nt --------------------------------------------------------------------------------