Skip to content

Releases: superwhiskers/nom

nom v2.1.2 - because i care 2

14 Jan 02:58
5687437
Compare
Choose a tag to compare

this release just finishes capitalization normalization

nom v2.1.1 - because i care

13 Jan 22:59
50f20bd
Compare
Choose a tag to compare

changelog:

  • license notice is now verbatim from the license (mpl2.0) just to ensure it's enforceable. this really shouldn't make a difference but just in case

nom v2.1.0 - useless hotfix

24 Jul 07:47
Compare
Choose a tag to compare

changelog:

  • remove useless #pragma once

:o

nom v2.0.0 - soft dragon edition

23 Jul 08:32
Compare
Choose a tag to compare

changelog:

  • now supports no-heap mode (where it works even without heap allocation)
  • header/include guards for ancient compilers
  • it's now a header-only library. just drag and drop with no issues in inclusion

nom v1.0.1 - hotfix edition

17 Jul 21:36
Compare
Choose a tag to compare

bugs fixed:

  • make the writecomplex* macros actually work
  • update the formatting in nom.c to match clang-format's standards

nom v1 - fluffy dragon edition

17 Jul 19:27
Compare
Choose a tag to compare

features:

  • feature parity with crunch
  • macros that simplify complex reads and writes
  • an api that's relatively easy to use
  • very little overhead (speculation, not verified (yet))

have fun <3