OSDN Git Service

Example of infra evaluation.
[joypy/Thun.git] / implementations / Nim /
2023-08-12 sformanMath ops, definitions for left- and right-shift.
2023-08-12 sformanmul div mod add sub in Nim
2023-07-31 sformanminor edits
2023-07-31 sformanElm README.
2023-07-26 sformanthe BinInt zero vanished?
2023-02-15 Simon Formaninscribe command for Nim.
2023-02-15 Simon FormanEmit error messages on stderr.
2023-02-14 Simon FormanNo negative shift values.
2023-02-14 Simon Formanlshift and rshift for Nim.
2023-02-14 Simon Formanor instead of ||, and instead of &&
2023-02-14 Simon FormanRegularize defs.txt.
2023-02-14 Simon FormanMake /\ and \/ check that their args are Booleans.
2023-02-14 Simon FormanDon't let defs shadow builtins.
2023-02-09 Simon Formanminor cleanup
2022-09-29 Simon FormanApparently this is redundant.
2022-09-29 Simon FormanClear out old docs; update defs.txt.
2022-09-25 Simon FormanComparison operations.
2022-09-25 Simon Formanbranch, dip, i, loop
2022-09-15 Simon FormanCheck for minus before converting to int.
2022-09-15 Simon FormanMinor cleanup, subtraction.
2022-09-15 Simon FormanLet simplejoy be joy.
2022-09-15 Simon FormanRemove old code.
2022-09-15 Simon FormanRead defs.txt at compile-time.
2022-09-15 Simon Formanbasis complete
2022-09-14 Simon Formandup, first, i, loop
2022-09-14 Simon Formandip and cons
2022-09-14 Simon FormanRewrite expression to use list instead of list node.
2022-09-14 Simon FormanMinor cleanup.
2022-09-14 Simon FormanReuse as_list().
2022-09-14 Simon FormanCleaning up the code.
2022-09-14 Simon FormanNimpretty reformat. Two-space indentation.
2022-09-14 Simon FormanLet's pile Nim code into one file too, why not?
2022-09-12 Simon Formanupdated defs via make
2022-04-05 Simon FormanNeed to keep definition for ucons around
2022-04-05 Simon Formanuncons as basis
2022-03-09 Simon FormanDepend on the general def.txt file.
2022-02-22 Simon FormanUpdate local defs.txt.
2022-02-22 Simon FormanSimple makefile for Nim implementation.
2022-02-19 Simon FormanUppercase Nim.