pocketpy/docs/retype.yml
BLUELOVETH 65440c2034
Fix #197 (#227)
* init

* some optimize

* Update frame.h

* remove `LOAD_INTEGER`

* Update vm.cpp

* some optimize

* some fix

* Revert "remove `LOAD_INTEGER`"

This reverts commit c0b965aee2f64fbfae0b20f41d714688649d20cf.

* some fix

* Update expr.cpp

* some fix

* Update retype.yml
2024-03-16 18:37:09 +08:00

32 lines
811 B
YAML

input: .
output: .retype
url: https://pocketpy.dev
branding:
title: pocketpy
label: v1.4.3
logo: "./static/logo.png"
favicon: "./static/logo.png"
meta:
title: " | Open Source Python interpreter in 1 file"
links:
- text: "Home"
icon: home
link: ""
- text: "Live Demo"
icon: play
link: "https://pocketpy.dev/static/web/"
target: blank
- text: "Github"
icon: mark-github
link: https://github.com/blueloveth/pocketpy
target: blank
- text: Issues
link: https://github.com/blueloveth/pocketpy/issues
icon: issue-opened
target: blank
- text: Discord
link: https://discord.gg/WWaq72GzXv
icon: comment-discussion
target: blank
footer:
copyright: "© Copyright {{ year }} - [blueloveTH](https://github.com/blueloveTH) - All rights reserved."