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

Makes it compile as a lib #6

Draft
wants to merge 28 commits into
base: master
Choose a base branch
from
Draft

Makes it compile as a lib #6

wants to merge 28 commits into from

Commits on Sep 26, 2021

  1. basic

    LucasMW committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    408c50b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. type fixes

    LucasMW committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    d7d6578 View commit details
    Browse the repository at this point in the history
  2. CRead

    LucasXP3 committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    482964c View commit details
    Browse the repository at this point in the history
  3. more for CRead

    LucasXP3 committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    5c45588 View commit details
    Browse the repository at this point in the history
  4. Better error message

    LucasXP3 committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    5a5cb30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b3b624 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. solve some warnings

    LucasMW committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    0d808d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. Operator implemented LLVM

    LucasMW committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    2d79e37 View commit details
    Browse the repository at this point in the history
  2. Rewrote cast and attribution

    LucasMW committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    e212444 View commit details
    Browse the repository at this point in the history
  3. Fix typo in attribution

    LucasMW committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    4b65853 View commit details
    Browse the repository at this point in the history
  4. Fix Cast

    LucasMW committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    9041fa6 View commit details
    Browse the repository at this point in the history
  5. Fix Behavior

    LucasMW committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    e1d375a View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. fix read and print shorts

    LucasMW committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    26ad91f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. change to unsigned

    LucasMW committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    f2d3ba7 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. make static so emcc can work

    LucasMW committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    40e0c9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b10cd98 View commit details
    Browse the repository at this point in the history
  3. typo and promote_type

    LucasMW committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    9fc1fc4 View commit details
    Browse the repository at this point in the history
  4. some tweaks on examples

    LucasMW committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    0eb82b7 View commit details
    Browse the repository at this point in the history
  5. as lib

    LucasMW committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    83206fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0e59cf View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. lib capacities

    LucasMW committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    09e3673 View commit details
    Browse the repository at this point in the history
  2. solve conflict

    LucasMW committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    58c66c6 View commit details
    Browse the repository at this point in the history
  3. fix lib

    LucasMW committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    cc7e4da View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. remove -O debug print

    LucasMW committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    2f09897 View commit details
    Browse the repository at this point in the history
  2. clean enum

    LucasMW committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    2b79d24 View commit details
    Browse the repository at this point in the history
  3. clean

    LucasMW committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    198bf06 View commit details
    Browse the repository at this point in the history
  4. removed

    LucasMW committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    facdf9b View commit details
    Browse the repository at this point in the history
  5. optimizes print changes

    LucasMW committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    3e020f9 View commit details
    Browse the repository at this point in the history