Skip to content

Conversation

@HristianIliev
Copy link

What

Describe the intent of the changes
This is a solution for the first homework. It expects a path to a file containing Java code as the first parameterand produces a html which upon open in browser has syntax highlited all of the different Token types. The output file is with name output.html

Who

Who you are - faculty number
Hristian Iliev - 62374

Check

  • Do not commit binary files
  • Do not commit generated project files

Comment on lines +1 to +5
<html>
<p style="display:inline; color:brown">public</p>&nbsp;
<p style="display:inline; color:brown">class</p>&nbsp;
<p style="display:inline; color:red">Main</p>&nbsp;
<p style="display:inline; color:blue">{</p><br></br><br></br>&nbsp;&nbsp;
Copy link
Contributor

Choose a reason for hiding this comment

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

Would be great to keep the initial formatting of the code

Comment on lines +62 to +66
// Keywords. ECMAScript 2015
Abstract,
Package,
Synchronize,
Boolean,
Copy link
Contributor

Choose a reason for hiding this comment

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

It would have been better to extend the JSImpl to allow different languages, than duplicating the JavaScript implementation

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.

2 participants