1
0
www.mikescher.com/www/statics/programs/BefunZ.php

19 lines
513 B
PHP
Raw Normal View History

2017-11-08 17:39:50 +01:00
<?php
return
[
'name' => 'BefunZ',
'category' => 'Interpreter',
'stars' => 3,
'ui_language' => 'English',
'prog_language' => 'C#',
'short_description' => 'A Befunge-93 Interpreter compatible with Befunge-98 dimensions.',
'add_date' => '2013-05-03',
'urls' =>
[
'download' => 'direkt',
],
'long_description' => function(){ return file_get_contents(__DIR__ . '/BefunZ_description.md'); },
2017-11-09 17:43:34 +01:00
'thumbnail_url' => 'BefunZ.png',
2017-11-08 17:39:50 +01:00
];