Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] lice (0.0.1-dev) #25812

Closed
wants to merge 1 commit into from

Commits on May 7, 2024

  1. [new release] lice (0.0.1-dev)

    CHANGES:
    
    This is the first version with a working prototype of the Lice interpreter using bytecode and a virtual machine instead of a tree-walk algorithm. Improvements have been made on memory usage and execution times.
    
    ### Modified
    
    - Switched the whole interpreter to a bytecode interpreter. This should
      improve performance and reduce memory usage.
    
    - Changed the way the lice library and the interpreter is compiled, making Lice a true OCaml library.
    
    - Reformated the way types works inside the language and made an overall code cleanup.
    
    - Functions are first class citizens.
    
    ### Fixed
    
    - Fixed the lexing of float numbers.
    
    Note: This is a pre-release and it's not intended to be used yet.
    gabyfle committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0a59764 View commit details
    Browse the repository at this point in the history