pocketlang/cli
Tim Gates bcfa4de706
docs: Fix a few typos (#167)
There are small typos in:
- README.md
- cli/modules.c
- src/pk_compiler.c
- src/pk_core.c
- src/pk_opcodes.h
- src/pk_vm.h
- tests/benchmarks/benchmarks.py

Fixes:
- Should read `temporary` rather than `temproary`.
- Should read `stdout` rather than `stdour`.
- Should read `sprintf` rather than `spritnf`.
- Should read `splitted` rather than `splited`.
- Should read `script` rather than `scirpt`.
- Should read `reported` rather than `repored`.
- Should read `reduce` rather than `recude`.
- Should read `performance` rather than `preformance`.
- Should read `instead` rather than `insted`.
- Should read `default` rather than `defalt`.
2022-03-30 23:20:44 +05:30
..
thirdparty CLI argparse implementation. (#136) 2021-06-24 23:08:44 +05:30
common.h
internal.h
main.c native api refactored (#157) 2021-07-01 14:55:53 +05:30
modules.c docs: Fix a few typos (#167) 2022-03-30 23:20:44 +05:30
modules.h native api refactored (#157) 2021-07-01 14:55:53 +05:30
repl.c CLI argparse implementation. (#136) 2021-06-24 23:08:44 +05:30
thirdparty.c CLI argparse implementation. (#136) 2021-06-24 23:08:44 +05:30
utils.c
utils.h