Commit 3954250
Feature/translation (#16)
* Refactor documentation and test cases for HypnoScript
- Translated and updated the language reference for triggers, types, and variables to English.
- Improved clarity and consistency in examples and descriptions across documentation.
- Enhanced test cases for basic features, extended data structures, object orientation, control structures, functions, arrays, and error handling.
- Updated comments in test files to reflect changes in language and improve readability.
* Translate HypnoScript documentation from German to English, updating various sections including examples, index, intro, interpreter reference, and testing overview. Added a translation script to automate future translations while preserving code formatting and technical terms.
* Translate HypnoScript documentation from German to English, updating various sections including debugging best practices, performance debugging, error handling, examples of CLI workflows, system functions, and utility functions. Adjusted comments and descriptions for clarity and consistency in English. Enhanced the translation script for improved handling of markdown files and code blocks.
* Refactor HypnoScript test files for improved clarity and organization
- Updated test_extended_builtins.hyp to focus on array tools, statistics, string manipulation, hashing, and validation builtins, while removing redundant collection operations.
- Revised test_extended_features.hyp to showcase advanced mathematical functions, string manipulation, array operations, and hypnotic functions, enhancing the overall demonstration.
- Enhanced test_new_language_features.hyp to highlight modern language features such as embed, pendulum, murmur, await, lucidFallback, and optional chaining with clearer examples.
- Simplified test_parallel_execution.hyp to simulate parallel workloads without actual threading, emphasizing timing analysis capabilities.
- Modified test_simple.hyp to streamline basic variable handling and function calls, improving readability.
- Consolidated test_simple_features.hyp to present a mini-scenario for a HypnoScript workshop, managing registration and status with hypnotic operators.
- Merged test_simple_new_features.hyp into a single reference file, directing users to the appropriate tests for new features.
* Refactor HypnoScript test files and templates for improved clarity and consistency
- Updated test_extended_features.hyp to enhance readability and translate German comments to English.
- Revised test_new_features.hyp for consistent terminology and clearer descriptions.
- Modified test_new_language_features.hyp to reflect English translations and improve output clarity.
- Adjusted test_parallel_execution.hyp for better English phrasing and clarity in task descriptions.
- Enhanced test_simple.hyp with clearer comments and English translations.
- Updated test_simple_features.hyp for consistent language and improved clarity in registration management.
- Merged test_simple_new_features.hyp into test_new_features.hyp for consolidation.
- Created a new README.md in the template directory to provide an overview of the HypnoScript CLI template.
- Added watch.ps1 and watch.sh scripts for running commands in PowerShell and Bash respectively.
- Implemented help.hyp, pulse_report.hyp, and session_status.hyp commands for CLI functionality.
- Developed main.hyp as the entry point for the CLI application.
- Established runtime_state.hyp for shared session and pulse metrics.
- Created smoke.hyp for basic testing of the CLI functionality.
- Initialized trance-lock.json and trance.json for project configuration and dependencies.
* Update hypnoscript-docs/docs/getting-started/quick-start.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent 8d25f85 commit 3954250
99 files changed
Lines changed: 6428 additions & 6768 deletions
File tree
- .github
- hypnoscript-compiler/src
- hypnoscript-docs/docs
- .vitepress
- builtins
- cli
- debugging
- development
- enterprise
- error-handling
- examples
- getting-started
- language-reference
- reference
- testing
- hypnoscript-tests
- template
- scripts
- src
- commands
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
0 commit comments