The Wayback Machine - https://web.archive.org/web/20210130051623/https://github.com/topics/lowcode
Skip to content
#

lowcode

Here are 33 public repositories matching this topic...

组件可视化拖拽,页面搭建,源码生成工具,自由拖拽嵌套,可实现任何真实开发中的复杂页面,所见即所得,可完美还原UI设计,多平台展示支持,项目于2020.2.22开源,喜欢的点颗星支持鼓励一下!visual drag and drop, free nesting, real-time preview of components, real-time tracking, WYSIWYG, perfect UI design restoration, source code Generated
  • Updated Dec 11, 2020
  • TypeScript
budibase
openvalidation
LSchultebraucks
LSchultebraucks commented Jan 31, 2020

Expected Behavior

I expect that arithmetic expression where there is no space between operands and operator can be parsed correct. E.g. (3*3) or (3*3) + 3

Current Behavior

Arithmetic expressions like (3*3) currently throw errors (like comparison contains Different DataTypes). Expressions like (3*3) + 3 are parsed like (3.0+3.0) wh

Improve this page

Add a description, image, and links to the lowcode topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lowcode topic, visit your repo's landing page and select "manage topics."

Learn more