Added an array of structs describing builtins, so as to not have to add
commit962d4e8d5dbd5471dc277eb6f265936219127d9b
authorStefan 'psYchotic' Zwanenburg <stefanhetzwaantje@gmail.com>
Fri, 29 Jan 2010 17:32:42 +0000 (29 18:32 +0100)
committerStefan 'psYchotic' Zwanenburg <stefanhetzwaantje@gmail.com>
Fri, 29 Jan 2010 17:32:42 +0000 (29 18:32 +0100)
tree926dbe523810e2a686f73b2b4d89a674e3d58788
parent0a2b9008cbab00a0b58e46118aba1bde5d4eac68
Added an array of structs describing builtins, so as to not have to add
another 'if' for every new builtin that will be implemented.
Also added a 'help' builtin. Try it =)
builtins.h [new file with mode: 0644]
ss.c