https://github.com/amari-calipso/qinp
A prototype HTML embeddable server-side programming language
https://github.com/amari-calipso/qinp
backend compiler flask interpreter language-design language-engineering mongodb mysql php programming-language python python3 transpiler web
Last synced: 4 months ago
JSON representation
A prototype HTML embeddable server-side programming language
- Host: GitHub
- URL: https://github.com/amari-calipso/qinp
- Owner: amari-calipso
- License: mit
- Created: 2023-05-26T13:12:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T20:29:28.000Z (6 months ago)
- Last Synced: 2024-12-19T18:49:17.223Z (6 months ago)
- Topics: backend, compiler, flask, interpreter, language-design, language-engineering, mongodb, mysql, php, programming-language, python, python3, transpiler, web
- Language: Python
- Homepage:
- Size: 403 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qinp!
qinp! is a proof of concept programming language for dynamic HTML programming. qinp! is not meant to be used in production, but rather in learning environments.Documentation will eventually be written
# Hello, World!
```echo "Hello World!";
```