Skip to content

Releases: BHznJNs/Calculator.rs

Fraction support && Lazy-Expression computing support

30 Jul 13:07
Compare
Choose a tag to compare
  • Fraction & fraction calculating supported
  • Keyword glo & global variable assignment in function scope
  • : symbol in script multi-line code is removed
  • Computing symbol &(And) and |(Or) added
  • ==(compare equal symbol) and !=(not compare equal symbol) now can be applied on any value, for Number | String | Boolean typed value, their actual value will be compared, and for Array | Function | LazyExpression | Class | Object typed value, their memory address will be compared
  • Tutorials are divided Chinese and English two version
  • Lazy-Expression typed value can be computed directly now. See also: Tutorials - syntax - lazy_expression.

1.10.0b

27 Jul 06:10
Compare
Choose a tag to compare
1.10.0b Pre-release
Pre-release
  • Computing symbol &(And) and |(Or) added
  • ==(compare equal symbol) and !=(not compare equal symbol) now can be applied on any value, for Number | String | Boolean typed value, their actual value will be compared, and for Array | Function | LazyExpression | Class | Object typed value, their memory address will be compared
  • Tutorials are divided Chinese and English two version

Fraction support

20 Jul 06:23
Compare
Choose a tag to compare
Fraction support Pre-release
Pre-release
  • Fraction & fraction calculating supported
  • Keyword glo & global variable assignment in function scope
  • : symbol in script multi-line code is removed

Build-in functions update

17 Jul 15:26
Compare
Choose a tag to compare
  • String::start_with
  • String::end_with
  • String::replace
  • String::repeat
  • Array::join
  • Value display optimized
    • Object displaying now can display the class methods

REPL completer

17 Jul 01:52
Compare
Choose a tag to compare
  • Variable & object property complete at REPL
  • Basic Unicode character support
  • Bitwise operations support
  • Tutorial optimized

1.9.3b

15 Jul 08:45
Compare
Choose a tag to compare
1.9.3b Pre-release
Pre-release
tutorial optimized

REPL completer

13 Jul 14:09
Compare
Choose a tag to compare
REPL completer Pre-release
Pre-release
1.9.3a

README.md updated && version code updated

Chinese basic support && File system module implemented

24 Jun 15:24
Compare
Choose a tag to compare

Workflow test

05 Jun 10:00
Compare
Choose a tag to compare
Workflow test Pre-release
Pre-release
1.9.1a

	modified:   src/public/std/modules/array.rs

REPL highlight update

05 Jun 01:11
Compare
Choose a tag to compare
  • Build-in function exit added
  • Build-in function clone now acts as deep-clone
  • Error messages optimized