Befunge-98

  • 4 entries found
NameContestantFinal vote
NameContestantFinal vote
befunge-98 jerry 5.000
-- Code by Jerry. Released as public domain.
local DEBUG = DEBUG or function () end

-- STACK_SIZE_LIMIT = 200
...
Befunge-98 interpreter (with "debugger") vaeyl 4.000
-- This is a mostly standard compliant non-concurrent Befunge-98 interpreter
-- by Vaeyl of Nozdormu

-- Unimplemented commands: (these are said to be optional in the spec)
...
john Howard cyrnus 4.000
-- init IP list with our first IP
local IPL = {
    {
        id = 1,
...
Befunge-98 wolftankk 1.000
--[[
    Befunge-98 translator
    Author: wolftankk
    Email: wolftankk@gmail.com
...
  • 4 entries found