Free and Open source Web Builder Framework. Next generation tool for building templates without coding
-
Updated
Oct 16, 2020 - JavaScript
{{ message }}
Free and Open source Web Builder Framework. Next generation tool for building templates without coding
Flow-based programming for JavaScript
组件可视化拖拽,页面搭建,源码生成工具,自由拖拽嵌套,可实现任何真实开发中的复杂页面,所见即所得,可完美还原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
Drag and drop page building using your code components
Accelerated Text helps you to automatically generate natural language descriptions of your data, varying in wording and structure.
Building extensible automation. Tideflow is a Realtime, open source workflows execution and monitorization web application.
Static site generator in browser.
A collection about awesome no code - Why code? Let's go shopping! Let's buy programs & processes & agile methodologies. All about the Chief Digital Officer's (CDO) clicky-clicky-clicky dream future. No code. No text. No numbers. Goodbye, code monkeys! Hello, business architects!
Why Storyscript?
Akos is a nocode visual-novel engine
[无码] nocode 中文, 复刻自 https://github.com/kelseyhightower/nocode
Using Postgres, but as an app! AWS IAM, VPC, RDS, EBS, ECS, PostgreSQL, with PostgREST on Heroku.
Google Sheets to Json Parser
Simple, fast and small tool used to create dashboards in a minute without any line code
A blockchain implementation based on nocode
This project is used to streamline the common steps used when looking at columns for data analysis and machine learning.
Add a description, image, and links to the nocode topic page so that developers can more easily learn about it.
To associate your repository with the nocode topic, visit your repo's landing page and select "manage topics."
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) + 3Current Behavior
Arithmetic expressions like (3*3) currently throw errors (like comparison contains Different DataTypes). Expressions like
(3*3) + 3are parsed like(3.0+3.0)wh