Next

A Mini-Project to Decode a Mini-Language

Thomas Guest


Table of Contents

Introduction
Part One - Design and Test
Part Two - Implementation
Part Three - Refactor
Downloads
References
Credits

Introduction

This article appears in three parts.

Part One describes the first stages of a miniproject to write a codec for a minilanguage. (If you don't know what codecs and minilanguages are, don't worry. Read on!)

Part Two describes the later stages of this project and presents an actual first implementation of the codec.

Part Three describes the inevitable refactor and the delivery of version 1.0 of the codec.


Next