Ignore:
Timestamp:
Jun 25, 2010, 12:17:24 PM (15 years ago)
Author:
[email protected]
Message:

2010-06-25 Oliver Hunt <[email protected]>

Reviewed by Geoffrey Garen.

Remove old js parser
https://bugs.webkit.org/show_bug.cgi?id=41222

Remove the old yacc parser, this also solves the tiger problem. Which
was a conflict between yacc generated token values and those in the
custom parser

  • Android.mk:
  • CMakeLists.txt:
  • DerivedSources.make:
  • DerivedSources.pro:
  • GNUmakefile.am:
  • JavaScriptCore.pro:
  • JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
  • JavaScriptCore.xcodeproj/project.pbxproj:
  • parser/Grammar.y: Removed.
  • parser/JSParser.cpp:
  • parser/JSParser.h:
  • parser/Lexer.cpp:
  • parser/NodeConstructors.h: (JSC::Node::Node):
  • parser/Parser.cpp: (JSC::Parser::parse):
  • wtf/Platform.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj

    r61732 r61878  
    18821882                        </File>
    18831883                        <File
    1884                                 RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\Grammar.cpp"
    1885                                 >
    1886                                 <FileConfiguration
    1887                                         Name="Debug|Win32"
    1888                                         >
    1889                                         <Tool
    1890                                                 Name="VCCLCompilerTool"
    1891                                                 DisableSpecificWarnings="4701"
    1892                                         />
    1893                                 </FileConfiguration>
    1894                                 <FileConfiguration
    1895                                         Name="Release|Win32"
    1896                                         >
    1897                                         <Tool
    1898                                                 Name="VCCLCompilerTool"
    1899                                                 DisableSpecificWarnings="4701"
    1900                                         />
    1901                                 </FileConfiguration>
    1902                                 <FileConfiguration
    1903                                         Name="Debug_Internal|Win32"
    1904                                         >
    1905                                         <Tool
    1906                                                 Name="VCCLCompilerTool"
    1907                                                 DisableSpecificWarnings="4701"
    1908                                         />
    1909                                 </FileConfiguration>
    1910                                 <FileConfiguration
    1911                                         Name="Release_PGOInstrument|Win32"
    1912                                         >
    1913                                         <Tool
    1914                                                 Name="VCCLCompilerTool"
    1915                                                 DisableSpecificWarnings="4701"
    1916                                         />
    1917                                 </FileConfiguration>
    1918                                 <FileConfiguration
    1919                                         Name="Release_PGOOptimize|Win32"
    1920                                         >
    1921                                         <Tool
    1922                                                 Name="VCCLCompilerTool"
    1923                                                 DisableSpecificWarnings="4701"
    1924                                         />
    1925                                 </FileConfiguration>
    1926                                 <FileConfiguration
    1927                                         Name="Debug_CFLite|Win32"
    1928                                         >
    1929                                         <Tool
    1930                                                 Name="VCCLCompilerTool"
    1931                                                 DisableSpecificWarnings="4701"
    1932                                         />
    1933                                 </FileConfiguration>
    1934                                 <FileConfiguration
    1935                                         Name="Release_CFLite|Win32"
    1936                                         >
    1937                                         <Tool
    1938                                                 Name="VCCLCompilerTool"
    1939                                                 DisableSpecificWarnings="4701"
    1940                                         />
    1941                                 </FileConfiguration>
    1942                                 <FileConfiguration
    1943                                         Name="Debug_All|Win32"
    1944                                         >
    1945                                         <Tool
    1946                                                 Name="VCCLCompilerTool"
    1947                                                 DisableSpecificWarnings="4701"
    1948                                         />
    1949                                 </FileConfiguration>
    1950                         </File>
    1951                         <File
    1952                                 RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\Grammar.h"
    1953                                 >
    1954                         </File>
    1955                         <File
    19561884                                RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\lexer.lut.h"
    19571885                                >
Note: See TracChangeset for help on using the changeset viewer.