This repository was archived by the owner on Aug 18, 2025. It is now read-only.
v0.2.2
Pre-release
Pre-release
CodeNothing Programming Language Interpreter v0.2.2 Changelog
[v0.2.2] - 2025-07-15
Fixes
- Fixed issue where
using nssyntax was not working - Fixed problems with library-defined namespaces
Improvements
- Enhanced namespace registration for libraries
- Optimized library loading mechanism
CodeNothing 编程语言解释器 v0.2.2 更新日志
[v0.2.2] - 2025-07-15
修复
- 修复了
using ns语法无法正常工作的问题 - 修复了库定义命名空间错误的问题
改进
- 改进了库命名空间的注册机制
- 优化了库加载流程
Full Changelog: CodeNothingCommunity/CodeNothing@v0.2.1...v0.2.2
Installation Guide
Download Steps
- Download the following two packages for your operating system:
- Interpreter main package (
codenothing-{OS}.zip) - Standard library package (
codenothing-all-libraries-{OS}-latest.tar.gz)
- Interpreter main package (
Installation Steps
- Extract both packages
- Create a subfolder named
libraryin the interpreter's main directory - Copy all extracted library files (.dll or .so) into the newly created
libraryfolder
Usage
After completing the above steps, you can start using the CodeNothing programming language interpreter.
System Requirements
- Windows/Linux operating system
- Appropriate file extraction tools
安装指南
下载步骤
- 下载适用于您操作系统的以下两个压缩包:
- 解释器本体压缩包(
codenothing-{OS}.zip) - 标准库(library)压缩包(
codenothing-all-libraries-{OS}-latest.tar.gz)
- 解释器本体压缩包(
安装步骤
- 解压两个压缩包
- 在解释器本体文件夹中创建子文件夹:
library - 将解压出的 library 文件(.dll 或 .so)全部复制到新建的
library文件夹中
使用说明
完成上述步骤后,您就可以开始使用 CodeNothing 编程语言解释器了。
系统要求
- Windows/Linux 操作系统
- 适当的文件解压工具