Navigation

    Cyberian
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Pro Blog
    • Users
    • Groups
    • Unsolved
    • Solved
    1. Home
    2. usman ahmed 0
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Groups 0

    usman ahmed 0

    @usman ahmed 0

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    usman ahmed 0 Unfollow Follow

    Latest posts made by usman ahmed 0

    • COMPILER CONSTRUCTION

      Assignment # 2
      COMPILER CONSTRUCTION

      a: Give the Syntax Directed Translation Scheme to translate the WHILE statement: choose either JAVA or C++ syntax for building grammar

      b: Now create THREE ADDRESS translation for the given piece of code:
      while (a > b)
      {
      if (c > d)
      c = c - d;
      else
      c = c + d;
      }

      posted in CS606 - Compiler Construction
      usman ahmed 0
      usman ahmed 0