Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Remove use of cs-parser.jay, use instead cs-parser.cs ???

Featured Replies

Posted

Remove use of cs-parser.jay, use instead cs-parser.cs ???
Useful links:
https://www.codeproject.com/Articles/330184/How-does-it-work-in-Mono-s-C-compiler
https://stackoverflow.com/questions/7944695/jay-the-mono-c-sharp-compiler-and-changing-the-grammar
https://www.cnblogs.com/shanyou/archive/2012/09/03/2669711.html

So I already have  cs-parser.cs, the problem is that the unknown format file cs-parser.jay is used instead of cs-parser.cs,
I see this while I'm debugging the program. How to fix that?
My program is using NRefactory v5.2
Here is program uploaded:
https://www76.zippyshare.com/v/wZpa0g6k/file.html
 

  • Author

Noticed under cs-parser.cs the presence of
#line 2940 "cs-parser.jay"

so I've replaced all strings "#line " with "//#line "  - just mark these wit comment
And I got it working.
 

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.