view runtime/bool.c @ 120:cd25171e1bb2

Use List for Subsets instead of a Dictionary for performance reasons. Fix issue with List literals. Compiled compiler is now self-hosting.
author Mike Pavone <pavone@retrodev.com>
date Thu, 21 Oct 2010 23:55:15 -0400
parents 04baa003de5a
children
line wrap: on
line source

#include "bool.h"
#include "func.h"
#include "builtin.h"
#include "context.h"
#include <stddef.h>