Search found 5 matches

by dponyatov@gmail.com
Fri Jun 14, 2019 11:44 am
Forum: Programs, Libraries and Tools
Topic: Web interface framework for embedded Linux devices
Replies: 2
Views: 2172

Re: Web interface framework for embedded Linux devices

Thanks for microdot, looks a good sample to make it myself based on the async messaging model.
by dponyatov@gmail.com
Fri Jun 14, 2019 11:25 am
Forum: Programs, Libraries and Tools
Topic: text parser library
Replies: 2
Views: 1808

Re: text parser library

I use embedded Linux starting from RT5350, and STM32 in plans. For the current project, I found that making state machine in one-page hand-coded function looks much simpler than external libs (FORTH-like language for a few literal types). But maybe somebody in my team will want to use the more compl...
by dponyatov@gmail.com
Fri Jun 14, 2019 9:19 am
Forum: Development of MicroPython
Topic: Metaprogramming
Replies: 0
Views: 1674

Metaprogramming

Good day What tutorials or samples should I consult first, if I want to implement my custom language extension or DSL? Is it possible to do it using only metaprogramming in ready to use uPython system without hacking the interpreter core and recompile? I mean things like using deep reflection, dynam...
by dponyatov@gmail.com
Fri Jun 14, 2019 9:00 am
Forum: Programs, Libraries and Tools
Topic: Web interface framework for embedded Linux devices
Replies: 2
Views: 2172

Web interface framework for embedded Linux devices

Good day What web interface framework is recommended for use on embedded Linux devices? It would be great to have full-featured GUI works over the browser with windows, widgets, simple text editor widget with customizable syntax highlighter, etc, but the generic Web is also affordable. I'm not very ...
by dponyatov@gmail.com
Fri Jun 14, 2019 8:52 am
Forum: Programs, Libraries and Tools
Topic: text parser library
Replies: 2
Views: 1808

text parser library

Good day

I don't see PLY in upip repositories. What lexer generator library (or PEG) can I use instead?