ArnoldC icon indicating copy to clipboard operation
ArnoldC copied to clipboard

ArnoldC for Atom

Open illuminance opened this issue 9 years ago • 0 comments

Just put this together to add ArnoldC syntax highlighting in Github's Atom text editor: https://github.com/illuminance/atom-language-arnoldc

Screenshot

Additionally, when I worked on this, I ran into a problem because the only type is a 16-bit signed int (ProjectEuler needs at least a 64-bit int I think). Is there any way a long (long) data type could be implemented? I really don't know how complicated that is.

illuminance avatar Jan 03 '15 23:01 illuminance