Sha256: d297525f2411c398b0a35f17d3621f9d795c447151158cad98bf348c36356c8b

Contents?: true

Size: 1.23 KB

Versions: 138

Compression:

Stored size: 1.23 KB

Contents

/*
Example Shiltolang program.

Copyright (C) 2010 Gregory Cohen <gregorycohenvideos@gmail.com>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

/*
Todo List:

While doing all of these, fix bugs, optimize, etc.

2. Fix expressions:
   *  Make parentheses work.
   *  Fix all operators, especially comparison operators.
3. Implement built-in subroutines, such as 3D subroutines, and make the "output" statement a built-in subroutine.
4. Fix unsigned integers and implement signed integers and booleans.
5. Implement return values.
6. Implement strings.
7. Implement lists.
8. Implement structs.
9. Optimize! Definitely implement tail recursion.
10. Implement hash tables.
*/

sub main {
}

Version data entries

138 entries across 46 versions & 6 rubygems

Version Path
ufos-1.0.94 ./other/old_compiler/shiltiumcomp/program2.sl
ufos-1.0.94 ./other/old_compiler/shiltiumcomp76/program2.sl
ufos-1.0.94 ./other/old_compiler/shiltiumcomp78/program2.sl
aliens-1.0.94 ./other/old_compiler/shiltiumcomp/program2.sl
aliens-1.0.94 ./other/old_compiler/shiltiumcomp76/program2.sl
aliens-1.0.94 ./other/old_compiler/shiltiumcomp78/program2.sl
freespeech-1.0.94 ./other/old_compiler/shiltiumcomp/program2.sl
freespeech-1.0.94 ./other/old_compiler/shiltiumcomp76/program2.sl
freespeech-1.0.94 ./other/old_compiler/shiltiumcomp78/program2.sl
elonmusk-1.0.94 ./other/old_compiler/shiltiumcomp/program2.sl
elonmusk-1.0.94 ./other/old_compiler/shiltiumcomp78/program2.sl
elonmusk-1.0.94 ./other/old_compiler/shiltiumcomp76/program2.sl
politics-1.0.94 ./other/old_compiler/shiltiumcomp/program2.sl
politics-1.0.94 ./other/old_compiler/shiltiumcomp76/program2.sl
politics-1.0.94 ./other/old_compiler/shiltiumcomp78/program2.sl
democracy-1.0.94 ./other/old_compiler/shiltiumcomp/program2.sl
democracy-1.0.94 ./other/old_compiler/shiltiumcomp78/program2.sl
democracy-1.0.94 ./other/old_compiler/shiltiumcomp76/program2.sl
democracy-1.0.93 ./other/old_compiler/shiltiumcomp78/program2.sl
democracy-1.0.93 ./other/old_compiler/shiltiumcomp76/program2.sl