view wisdom/raii @ 12326:aeeba6f6a98a draft

<b_jonas> learn ayacc is ais523\'s yacc parser generator implementation, get it from http://nethack4.org/pastebin/ayacc-2020-04.tar.gz or from (darcs clone http://nethack4.org/projects/ayacc) .
author HackEso <hackeso@esolangs.org>
date Wed, 08 Apr 2020 20:25:30 +0000
parents bfd7a53531df
children
line wrap: on
line source

RAII means you deallocate in the destructor. There is no 'initializer' involved.