Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

v.0.1.1

Pre-release
Pre-release

Choose a tag to compare

@HelloAIXIAOJI HelloAIXIAOJI released this 14 Jul 17:54
· 1161 commits to master since this release

CodeNothing Programming Language Interpreter v0.1.1 Changelog

New Features

NULL

Bug Fixes

  • Fixed an issue where libraries could not be imported on Linux systems

Installation Guide

Download Steps

  1. Download the following two packages for your operating system:
    • Interpreter main package
    • Standard library package

Installation Steps

  1. Extract both packages
  2. Create a subfolder named library in the interpreter's main directory
  3. Copy all extracted library files (.dll or .so) into the newly created library folder

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 编程语言解释器 v0.1.1 更新日志

新版本特性

NULL

修复问题

  • 修复了 Linux 系统下无法导入 library 的问题

安装指南

下载步骤

  1. 下载适用于您操作系统的以下两个压缩包:
    • 解释器本体压缩包
    • 标准库(library)压缩包

安装步骤

  1. 解压两个压缩包
  2. 在解释器本体文件夹中创建子文件夹:library
  3. 将解压出的 library 文件(.dll 或 .so)全部复制到新建的 library 文件夹中

使用说明

完成上述步骤后,您就可以开始使用 CodeNothing 编程语言解释器了。

系统要求

  • Windows/Linux 操作系统
  • 适当的文件解压工具

Full Changelog: CodeNothingCommunity/CodeNothing@v.0.1.0...v.0.1.1