Search found 2 matches

by Steve
Thu May 29, 2014 11:15 am
Forum: Development of MicroPython
Topic: Micropythons parsing stratergy?
Replies: 1
Views: 2998

Micropythons parsing stratergy?

Hi, I'm trying to understand parser code mp_parse() and I'm looking for some background information: 1. What type of parsing strategy does it implement, eg top-down, bottom up, LR, LL etc? 2. Can anyone recommend a book or link that describes the paring strategy used? 3. Does this code have a precur...
by Steve
Tue Apr 15, 2014 9:20 am
Forum: Development of MicroPython
Topic: Building MP under windows
Replies: 17
Views: 17274

Building MP under windows

Hi, If I build using the ./unix make and cygwin the build works but I get the following linker warnings: LINK micropython /usr/bin/ld: symbol `ffi_type_pointer' missing from main hash table /usr/bin/ld: symbol `ffi_type_sint32' missing from main hash table /usr/bin/ld: symbol `ffi_type_sint64' missi...