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

[Lua] Rewrite syntax #1811

Merged
merged 29 commits into from
Jan 16, 2019
Merged

[Lua] Rewrite syntax #1811

merged 29 commits into from
Jan 16, 2019

Commits on Dec 20, 2018

  1. [Lua] Rewrite syntax

    thom committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    cfbcbf0 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. [Lua] Added .lua to storage.type.function.

    Thomas Smith authored and Thomas Smith committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    618f0a5 View commit details
    Browse the repository at this point in the history
  2. [Lua] Accept anonymous function names.

    Thomas Smith authored and Thomas Smith committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    6435291 View commit details
    Browse the repository at this point in the history
  3. [Lua] entity.name.function in function assignments.

    Thomas Smith authored and Thomas Smith committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    670126d View commit details
    Browse the repository at this point in the history
  4. [Lua] Accept table as bare function argument.

    Thomas Smith authored and Thomas Smith committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    4cdde47 View commit details
    Browse the repository at this point in the history
  5. [Lua] Fix escape sequences.

    Thomas Smith authored and Thomas Smith committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    31997d8 View commit details
    Browse the repository at this point in the history
  6. [Lua] Add self.

    Thomas Smith authored and Thomas Smith committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    32fe85f View commit details
    Browse the repository at this point in the history
  7. [Lua] Remove redundant name key.

    Thomas Smith authored and Thomas Smith committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    1a760e5 View commit details
    Browse the repository at this point in the history
  8. [Lua] Improved symbol list.

    Thomas Smith authored and Thomas Smith committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    375fe3f View commit details
    Browse the repository at this point in the history
  9. [Lua] Use storage.modifier for local.

    Thomas Smith authored and Thomas Smith committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    91f4cfd View commit details
    Browse the repository at this point in the history
  10. Don't use prototype in strings or comments.

    Thomas Smith authored and Thomas Smith committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    3a66bba View commit details
    Browse the repository at this point in the history
  11. [Lua] Implemented basic builtins.

    Thomas Smith authored and Thomas Smith committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    4a40576 View commit details
    Browse the repository at this point in the history
  12. [Lua] Mark unexpected end as invalid.

    Thomas Smith authored and Thomas Smith committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    89f0eab View commit details
    Browse the repository at this point in the history
  13. [Lua] Added builtin modules.

    Thomas Smith authored and Thomas Smith committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    44e0918 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. Configuration menu
    Copy the full SHA
    bc0927f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'lua-rewrite-syntax' of https://github.com/Thom1729/Pack…

    …ages into lua-rewrite-syntax
    thom committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    eba508e View commit details
    Browse the repository at this point in the history
  3. [Lua] Fix merge.

    thom committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    f173c32 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'lua-rewrite-syntax' of https://github.com/Thom1729/Pack…

    …ages into lua-rewrite-syntax
    thom committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    0e31ab8 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'lua-rewrite-syntax' of https://github.com/Thom1729/Pack…

    …ages into lua-rewrite-syntax
    thom committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    8ce6f29 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'lua-rewrite-syntax' of https://github.com/Thom1729/Pack…

    …ages into lua-rewrite-syntax
    thom committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    71140d2 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into lua-rewrite-syntax

    Thomas Smith authored Jan 2, 2019
    Configuration menu
    Copy the full SHA
    c527435 View commit details
    Browse the repository at this point in the history
  8. [Lua] Fix merge problems.

    thom committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    d0b2ee0 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'lua-rewrite-syntax' of https://github.com/Thom1729/Pack…

    …ages into lua-rewrite-syntax
    thom committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    48401a5 View commit details
    Browse the repository at this point in the history
  10. [Lua] Fix merge problems.

    thom committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    7891447 View commit details
    Browse the repository at this point in the history
  11. [Lua] Fix one more merge problem.

    thom committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    20b03b5 View commit details
    Browse the repository at this point in the history
  12. [Lua] Addressed review comments.

    thom committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    38d0e46 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    09d56e2 View commit details
    Browse the repository at this point in the history
  14. [Lua] Scope unquoted string.

    thom committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    3b75be7 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. [Lua] Add missing .lua suffix.

    Thomas Smith authored Jan 7, 2019
    Configuration menu
    Copy the full SHA
    50f2828 View commit details
    Browse the repository at this point in the history