Skip to content
Snippets Groups Projects
test3.kal 193 B
Newer Older
  • Learn to ignore specific revisions
  • # Compare http://llvm.org/docs/tutorial/LangImpl3.html#driver-changes-and-closing-thoughts
    4+5;
    def foo(a b) a*a + 2*a*b + b*b;
    def bar(a) foo(a, 4.0) + bar(31337);
    extern cos(x);
    cos(1.234);