├── LICENSE ├── Makefile ├── README.md ├── flufflepuff.l └── hello.fp /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juju2143/flufflepuff/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juju2143/flufflepuff/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juju2143/flufflepuff/HEAD/README.md -------------------------------------------------------------------------------- /flufflepuff.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juju2143/flufflepuff/HEAD/flufflepuff.l -------------------------------------------------------------------------------- /hello.fp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juju2143/flufflepuff/HEAD/hello.fp --------------------------------------------------------------------------------