Skip to content

Version split - #117

Merged
lolleko merged 5 commits into
masterfrom
version-split
Jun 7, 2018
Merged

Version split#117
lolleko merged 5 commits into
masterfrom
version-split

Conversation

@lolleko

@lolleko lolleko commented Jun 7, 2018

Copy link
Copy Markdown
Member

Closes #116

Comment thread src/Transpiler.ts

export class LuaTranspiler {
export abstract class LuaTranspiler {
public static AvailableLuaTargets = [LuaTarget.LuaJIT, LuaTarget.Lua53];

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't needed any more

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It prevents the class from being instantiated.

Comment thread src/targets/Transpiler.52.ts Outdated

import * as ts from "typescript";

export class LuaTranspiler52 extends LuaTranspiler {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lua 5.2 added the bit32 library, this could be used to implement bit operations

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, but we should probably do that in a different PR.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved to #119

@lolleko lolleko changed the title [WIP] Version split Version split Jun 7, 2018
@lolleko
lolleko merged commit 1e51d6f into master Jun 7, 2018
@lolleko
lolleko deleted the version-split branch June 12, 2018 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants