Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Creating your own programming language

Name: Anonymous 2008-10-24 14:44

Has anyone here every created their own programming language? What was the syntax like, and what did you use to implement the language? Using Haskell to implement your language is cheating BTW, so don't even post here if your language is made from Haskell.

Name: Anonymous 2008-10-24 14:54

Here's a sample of my programming language. I used Bison/Flex to lex and parse it. Everything was done in C. It's very simple and similar to C.


int
main()
{
  print "Hello World";
  return 0;
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List