Updated roadmap
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
e76ac44ee1
commit
63b44ba3a0
16
README.org
16
README.org
|
@ -53,11 +53,11 @@ Abacus is currently in early development. It employs a custom built editor which
|
|||
|
||||
** Road map
|
||||
|
||||
*** DONE Editor basics
|
||||
*** DONE Scripting basics - Scripting functionality provided by extending the Rhai scripting language
|
||||
*** DONE Dataframe support - Pandas style dataframe support via the Polars framework
|
||||
*** DONE CSV Support - Importing and processing large CSV files
|
||||
*** TODO Editor improvements - Improve editor to mirror basic VIM functionality and fix text/cursor related bugs
|
||||
*** TODO Math functions - Implement common mathmatical functions and constants into the scripting language
|
||||
*** TODO Dataframe performance - Reduce the performance cost of converting from the scripting engine to polars
|
||||
*** TODO Web/JSON support - Add HTTP requesting functionality and JSON parsing/processing to the scripting engine
|
||||
- +Editor basics+
|
||||
- +Scripting basics - Scripting functionality provided by extending the Rhai scripting language+
|
||||
- +Dataframe support - Pandas style dataframe support via the Polars framework+
|
||||
- +CSV Support - Importing and processing large CSV files+
|
||||
- Editor improvements - Improve editor to mirror basic VIM functionality and fix text/cursor related bugs
|
||||
- Math functions - Implement common mathmatical functions and constants into the scripting language
|
||||
- Dataframe performance - Reduce the performance cost of converting from the scripting engine to polars
|
||||
- Web/JSON support - Add HTTP requesting functionality and JSON parsing/processing to the scripting engine
|
||||
|
|
Loading…
Reference in New Issue