| Pushdown Machine 
 | ||||||||
| Input Sample Sequence: {code is 8^m and 7^n} | ||||||||
| Translate : {code is 8^m+n, 7^2m}  | ||||||||
| Please input number to text box N and M  | ||||||||
| Input Number: | ||||||||
| M: | N:      | |||||||
| Result: |  | |||||||
| 
 | ||||||||
| Document: | ||||||||
| Using Finite State Machine | ||||||||
| 1. Input number and click submit button. | ||||||||
| 2. Result box show answer. | ||||||||
| Design: | Transition with pushdown machines | |||||||
| Source Code:  | Implement by JavaScript | |||||||
| About: | ||||||||
| Develop by:  | Peerapong Kiatcheeranun | |||||||
| Student No:  | 4605487 | |||||||
|  Course Study: | Compiler Construction | |||||||
| Course No:  | 204442 | |||||||
