Emil Ernerfeldt
Emil Ernerfeldt
You can also see the problem at http://jslegers.github.io/emoji-icon-font/: 
Hi! I have been just dusting it off a bit in the last few days, but I don't foresee any more serious development of it. I would love to work...
I made a port of the Sol parser to C++ some five years back: https://github.com/emilk/luastrip I think that would be a good starting point for a Rust port.
You can declare types of externally defined stuff like so: ``` lua global bit = { tobit = extern : function(number) -> number; tohex = extern : function(number, number?) ->...
I have started porting Sol to Rust now! I think if you are considering this project you could do well by waiting a few weeks for the rust version.
`global function_or_nil = extern : (function(number) -> string) or nil;` ? Btw, I am leaning towards changing this syntax to this: `declare function_or_nil = (function(number) -> number) or nil;` This...
I don't have time to work on this, sadly. I do have a Rust port that I haven't pushed to GitHub yet. It is not quite feature complete, but probably...
tinyxml2 sounds good, and a submodule sounds good too, so go ahead! ...unless you'd like to switch to JSON in both C++ and C#? It would be trivial in C++...
I think that would be great - I started porting to JSON now, but I did not have time to finish right now. This is my suggested format, loosely: ```...
YAML looks nice, but the C++ libraries are all big monsters. I'd rather keep this repository light, with simple dependencies (one or two files each). I suggest either JSON: ```...