Show
Ignore:
Timestamp:
03/22/10 06:57:24 (2 years ago)
Author:
Philip Herron <redbrain@…>
Parents:
d4eaa84ddc87b6bc58cefd0495c6db34ce0f4492
Children:
047c6c388d62b60e6a15a22b1e5b43adae2b6573
git-committer:
Philip Herron <redbrain@Philip-Herrons-MacBook.local> / 2010-03-22T06:57:24Z+0000
Message:

very bug bug fixes in the parser added power operator and = as an operator so x = y = z works and fixed parsing bug with elif blocks

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • libcjit/main.c

    rbcb307a r802c1b1  
    1111 
    1212  char *c_buffer = mmap( NULL, c_len, PROT_EXEC | PROT_READ | PROT_WRITE, 
    13                          MAP_ANONYMOUS | MAP_PRIVATE , -1, 0 ); 
     13                         MAP_ANON | MAP_PRIVATE , -1, 0 ); 
    1414 
    1515  *(c_buffer) = 0xB8;                /* mov eax,1234h */