view test.td @ 111:c658172ca8a0

Parsing basic integers and floats.
author Anders Johnsen <skabet@gmail.com>
date Sun, 25 May 2008 15:42:44 +0200
parents da551f90e03f
children
line wrap: on
line source




int main()
{
    int y = 4;

    karina k;


    while (y > 0)
        y = y - 1;

    return x;
}

int x = 4;


struct karina
{
    anders a;
    int age;
    int width;
    int height;
    int lovers;
}
struct anders
{
    int hej;
}