Skip to content

Releases: FoxH2010/FoxL

FoxL_v0.0.4

20 Apr 11:42
4d0ca14

Choose a tag to compare

FoxL_v0.0.4 Pre-release
Pre-release

This update changes the base language of FoxL from C++ to Python. It was packaged and compiled with Nuitka.

FoxL v0.0.3

20 Jun 16:19
529b7e5

Choose a tag to compare

FoxL v0.0.3 Pre-release
Pre-release

I'll think of what to put here later on, quite busy for now

Bugs - Disability for improvement:

  • Every variable being declared, no matter by const or let will be a constant (I was hoping to fix this before the release of 0.0.3, but fair enough)

FoxL v0.0.2-beta

14 Jun 01:32
c6e3a00

Choose a tag to compare

FoxL v0.0.2-beta Pre-release
Pre-release
  • Bug fixing
  • While, for loop update
  • Function declaration and calling remastered
  • Strings combination
  • Array and list index added
  • read() now accept arguments
  • Ensure stable for v0.0.1

FoxL v0.0.1

12 Jun 12:15
1a442b2

Choose a tag to compare

FoxL v0.0.1 Pre-release
Pre-release

The first ever version of FoxL!