PikaPython
PikaPython copied to clipboard
An ultra-lightweight Python interpreter that runs with only 4KB of RAM, zero dependencies. It is ready to use out of the box without any configuration required and easy to extend with C. Similar proje...
``` print('******************') d = {'language':['c','python']} print(d) print('******************') d['language'].append('Java') #l = d['language'] #l.append('Java') print(d) ``` only in comment code work
建议加上空循环报错功能 cPython  PikaScript 在某些时候打完第一句 While True: 后发现要使用的没初始化(比如GPIO),此时就无法退出循环,只能复位mcu,如果真的要空循环建议使用pass 
# Language - [ ] #202 - [ ] #182 - [ ] #162 - [ ] #119 - [ ] #95 - [ ] #61 # Lib # Bug...