Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • kungpiler ... unixes); - still in the terminal window, to compile your PL/0 source: compile compile program.pl0 compiled - in this case, the compiler generates two files: compiled.j (Jasmin Mnemonics) and compiled.class (executable ...
  • Ploc A pl0 Compiler h1. Ploc h2. What's this? This is an implementation of a PL/0 compiler in ruby. It includes a simple DSL to declare syntax. More information in "Doc":https://docs.google.com/Doc?docid=0AVyqu1En6b1KZGN3cW1oNnFfMTM0Z24yd25uZDU&hl=es&authkey ...
  • pypl0 ... .py | | |-- parser.py | | `-- scanner.py | |-- gui | | |-- gtkcodebuffer.py | | |-- gui.py | | `-- pl0.xml | `-- pypl0 ...... executable file |-- pypl0_.kpf |-- README |-- THANKS `-- VERSION 5 directories, 26 ...
  • cgg a pl0 parser implemented by Python
  • pl0compiler ... that calculates the factorial of 6.
    $> cat factorial.pl0
    VAR f;
    
    PROCEDURE fact;
      VAR x, result;
      
      PROCEDURE  ... :
    
    
    $> scala org.jetho.pl0compiler.PL0Compiler -i factorial.pl0 
    720
    
    #### Compiling to TAM bytecode:
    $> scala org ... 
    				
  • EBot-legacy ... version of EBot , LogBot can have many unnecessary residue from the commands of EBot and can resemble EBot in many ways. A Pl0 Parser has been added to EBot to increase Bot functionality. The entire Lisp code ( everything about it , standards , functions ...
  • JPL ... 1 Specification**: https://docs.google.com/document/d/1-H65z1FZXUh7audpcpjtwOLy9hu5mheBfjob8s7GJxE/edit **Standard Devices in PL0**: https://docs.google.com/document/d/10iZQ-L6S4k4P38m9rlO6fwcs8ItR_IYRdmZ6ZFIDb5E/edit **Extra Devices**: https://docs ...
  • plmcore ... portion /* README */ plm is a simple compiler using a core part of PL0 and implemented in c++. this plmcore has a basic part of plm for easy to look at. plm aims for expanding PL0, that we can use it. syntax of plm looks more like c/c++. ...
  • pl0_rb ruby version of famous PL0 /* README */ pl0_rb is a ruby version of PL0 designed by Dr.Worth written in pascal. you see 4 ruby files and some test programs here. 1. pl1.rb 2. inter1.rb 3. mysym2.rb 4. error.rb usage: 1. pull one test file from tes_prog ...
  • reaDIYboot ... GSX RN131 and the WiFly EZX RN171 modules. It was developped for a custom board with the following wiring: 1. Pin `RESET` of the WiFly to pin `PL0` of the ATmega1280 2. Pin `UART_RX` to pin `PD3` (i.e `USART1_TX`) 3. Pin `UART_TX` to pin `PD2` (i.e ` ...