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

20 lines
624 B
PHP
Raw Normal View History

2017-11-08 17:39:50 +01:00
<?php
return
[
'name' => 'BefunUtils',
'category' => 'Compiler',
'stars' => 4,
'ui_language' => 'English',
'prog_language' => 'C#',
'short_description' => 'My selfmade Code-to-Befunge93 compiler, with a few little extras.',
'add_date' => '2014-08-04',
'urls' =>
[
'github' => 'https://github.com/Mikescher/BefunUtils',
'wiki' => 'https://github.com/Mikescher/BefunUtils/wiki',
],
'long_description' => function(){ return file_get_contents(__DIR__ . '/BefunUtils_description.md'); },
2018-01-03 21:02:40 +01:00
'thumbnail_name' => 'BefunUtils.png',
2017-11-08 17:39:50 +01:00
];