Thread: Ascent - C Programmer searched

  1. #1
    Making mistakes
    Join Date
    Dec 2008
    Posts
    476

    Ascent - C Programmer searched

    OK. Well, I've reached an important milestone. I think the criterias were too difficult and the project too closed and how to say, impossible. So you see, I've changed things nearly completely since I'm ashame of reading my first post. Here are the new criterias:

    a) Knowing at least some of the syntax of C
    b) Having a "good" programming style
    c) You should have a reference for the library functions.
    d) Parser is ok now, use recursive-descent. Don't worry if you don't understand

    The new features:
    a) Parser -> AST etc.
    b) Disassembly
    c) Integers, bools, strings, void, doubles, modules & C-Functions (nearly everything done)
    d) If-else, while, for (; loops (want to add foreach, which will be called for)

    Next goals:
    a) Define functions in ascent, not only in C (with argument passing etc)
    b) Invoke methods on objects, such as "string".upper()

    Please Note: This is a project for fun. I do it because I want to. Any help is appreciated. Newbies welcome, learn and code.

    Please Note again: I've a SVN repo at google code. You can look at it to decide. (aspl.googlecode.com)

    PS: Please, can some mods delete my first post?
    Last edited by Brafil; 05-12-2009 at 04:55 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What game programmer should I be? need some advice.
    By m3rk in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 04-20-2009, 11:12 PM
  2. WANTED: Lead Programmer
    By fluid_hres in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 05-10-2006, 07:25 PM
  3. Programmer (vs) Coder
    By Brain Cell in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 03-24-2005, 01:59 PM
  4. I need to interview professional programmer.....please
    By incognito in forum C++ Programming
    Replies: 1
    Last Post: 01-05-2002, 02:46 PM