A simple language that transpiles to JavaScript for easier web development.
Project description
ArcScript
ArcScript is a transpiled (source to source compiled) language that transpiles to JavaScript. It's a simple language that gets rid of JavaScript boilerplate for both regular syntax and DOM manipulation.
Applications
ArcScript has two main use-cases:
Developers can use it to build frontend applications blazingly fast without worrying about JavaScript boilerplate
Educators can use it as a teaching tool for children who have learnt HTML and CSS but might not be able to completely grasp Python or C. This will help them to instil passion towards Computer Science in them by allowing them to easily build their own frontend mini game with minimal code and new concepts.
Installation
Install ArcScript with pip
pip install arcscript
You can also clone it locally
git clone https://github.com/aditya-tiwari108/ArcScript.git
cd ArcScript
pip install -r requirements.txt
Usage
If you installed using pip
arcscript input.arc output.js
If you cloned it locally (assuming you are in the root directory of repo)
python main.py input.arc output.js
Documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file arcscript-0.1.3a0.tar.gz.
File metadata
- Download URL: arcscript-0.1.3a0.tar.gz
- Upload date:
- Size: 17.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6caff5512ef162a9f837febbb121f3e07ff1cc0f3cc3d08f30f25dc307f7e174
|
|
| MD5 |
cd3f6659ded580cc00606d65e98079d5
|
|
| BLAKE2b-256 |
22bc32bc4041254de54aadc0c140e7d8e5e3f853e9670fdea676c1d02b42218a
|
File details
Details for the file arcscript-0.1.3a0-py3-none-any.whl.
File metadata
- Download URL: arcscript-0.1.3a0-py3-none-any.whl
- Upload date:
- Size: 18.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58b9d082487f27e4ce09bbacd0e562732303e60f657b78c3085dea12311e81bd
|
|
| MD5 |
fe8827b0bbaa181bf673de412ead72c2
|
|
| BLAKE2b-256 |
36234925641b00d0ef2a66c63307a6b60472656751ce563dac0be254051736e8
|