view Bison-Flex/Compiler-StackBase/#file.c# @ 0:db40c85cad7a default tip

upload sample source
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Mon, 09 May 2011 03:11:59 +0900
parents
children
line wrap: on
line source

int main(){
  int a, b;
  a = 3;
  b = 5;
  
  return a + b;
}