|
|
|
|
|
by mamcx
1583 days ago
|
|
I'm working in a spiritual successor for the dBase/Foxpro family of languages (https://tablam.org). I have published my initial attempt, and now trying to get serious on the parsing (the internals are far more powerful than the porcelain let it see). This is to be able to show errors like in https://docs.rs/ariadne/0.1.3/ariadne/ (yesterday finally the first!) and get some type inference/checking. Plus, lossless parsing so it could work well with a editor. This have proven to be harder than expected! ---- After it, I wish to work on the UI and embed a DB (sqlite) but also wish to build my own rdbms, how hard it could be? :) |
|