Tool for easily installing and managing multiple versions of the Nim programming language. nim installer hacktoberfest toolchains Updated Apr 3, 2024 Nim Load more… Created by Andreas Rumpf Released 2008 4.7k followers nim-lang/Nim nim-lang.org Wikipedia Related Topics c c-plus-plus...
Nim is a general-purpose systems programming language that's designed to be efficient, expressive, and elegant. The Nim compiler produces dependency-free binaries for most platforms as well as JavaScript for the web. Here are 854 public repositories matching this topic... Language: All Sort: ...
NPeg is a pure Nim pattern matching library. It provides macros to compile patterns and grammars (PEGs) to Nim procedures which will parse a string and collect selected parts of the input. PEGs are not unlike regular expressions, but offer more power and flexibility, and have less ambiguities...
UpdatedApr 15, 2022 HTML Load more… Created byAndreas Rumpf Released2008 4.7k followers nim-lang/Nim nim-lang.org Wikipedia Related Topics cc-plus-plusjavascriptlanguagepython